mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
19 lines
393 B
JSON
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"
|
|
}
|