mirror of
https://github.com/smogon/sprites.git
synced 2026-03-25 19:37:05 -05:00
16 lines
287 B
JSON
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"
|
|
}
|