mirror of
https://github.com/smogon/sprites.git
synced 2026-04-04 08:15:48 -05:00
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"dependencies": {
|
|
"@smogon/sprite-data": "",
|
|
"@types/node": "^14.0.23",
|
|
"commander": "^5.1.0",
|
|
"debug": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.9",
|
|
"jest": "^26.2.2",
|
|
"ts-jest": "^26.1.4",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc"
|
|
},
|
|
"type": "module",
|
|
"main": "dist/index.js"
|
|
}
|