mirror of
https://github.com/smogon/sprites.git
synced 2026-04-05 00:35:58 -05:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"dependencies": {
|
|
"@types/better-sqlite3": "^5.4.0",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/node": "^14.0.23",
|
|
"better-sqlite3": "^7.0.1",
|
|
"debug": "^4.1.1"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"main": "./dist/index.js"
|
|
}
|