mirror of
https://github.com/smogon/sprites.git
synced 2026-03-22 01:45:27 -05:00
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"name": "@smogon/sprite-data",
|
|
"private": "true",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.0.23"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc"
|
|
},
|
|
"main": "./dist/index.js"
|
|
}
|