mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"dependencies": {
|
|
"@types/node": "^14.0.23",
|
|
"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"
|
|
}
|