sprites/tools/deploy/package.json
2023-04-05 01:11:24 -04:00

19 lines
393 B
JSON

{
"dependencies": {
"@types/tar-stream": "^2.2.2",
"base32-encode": "^2.0.0",
"commander": "^5.1.0",
"debug": "^4.1.1",
"tar-stream": "^3.0.0"
},
"devDependencies": {
"expect": "^26.4.1",
"mocha": "^8.1.1"
},
"scripts": {
"test": "tsc && mocha test"
},
"type": "module",
"main": "dist/index.js"
}