mirror of
https://github.com/smogon/sprites.git
synced 2026-03-24 10:56:26 -05:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"dependencies": {
|
|
"@types/node": "^14.0.23",
|
|
"commander": "^5.1.0"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"prepare": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|