sprites/tools/trim/package.json
Christopher Monsanto ad51a0464b ts trim
2020-08-07 04:34:10 -04:00

15 lines
262 B
JSON

{
"dependencies": {
"@types/node": "^14.0.23",
"commander": "^5.1.0"
},
"type": "module",
"main": "./dist/index.js",
"scripts": {
"prepare": "tsc"
},
"devDependencies": {
"typescript": "^3.9.7"
}
}