sprites/tools/deploy/package.json
Christopher Monsanto 472e6f4fd4 update typescript
2023-03-24 22:07:51 -04:00

16 lines
287 B
JSON

{
"dependencies": {
"commander": "^5.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
"expect": "^26.4.1",
"mocha": "^8.1.1"
},
"scripts": {
"test": "tsc && mocha test"
},
"type": "module",
"main": "dist/index.js"
}