sprites/tools/deploy/package.json
Christopher Monsanto f6172a3012 Use mocha for testing
2020-08-22 03:00:00 -04:00

20 lines
420 B
JSON

{
"dependencies": {
"@smogon/sprite-data": "",
"@types/node": "^14.0.23",
"commander": "^5.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
"expect": "^26.4.1",
"mocha": "^8.1.1",
"typescript": "^3.9.7"
},
"scripts": {
"prepare": "tsc",
"test": "tsc && mocha dist/test"
},
"type": "module",
"main": "dist/index.js"
}