mirror of
https://github.com/smogon/sprites.git
synced 2026-03-25 11:26:31 -05:00
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/node": "^14.0.23"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"prepare": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|