mirror of
https://github.com/smogon/sprites.git
synced 2026-03-22 09:55:26 -05:00
16 lines
293 B
JSON
16 lines
293 B
JSON
{
|
|
"dependencies": {
|
|
"@smogon/sprite-data": "",
|
|
"@types/node": "^14.0.23",
|
|
"commander": "^5.1.0",
|
|
"debug": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc"
|
|
},
|
|
"type": "module"
|
|
}
|