mirror of
https://github.com/smogon/sprites.git
synced 2026-08-19 16:28:16 -05:00
Drop dist mains, thin tsconfigs, bump @types/node and better-sqlite3
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@smogon/sprite-data": "workspace:*",
|
||||
"@types/node": "^24.10.7",
|
||||
"@types/tar-stream": "^2.2.2",
|
||||
"base32-encode": "^2.0.0",
|
||||
"commander": "^5.1.0",
|
||||
"debug": "^4.1.1",
|
||||
"tar-stream": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"expect": "^26.4.1",
|
||||
"mocha": "^8.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tsc && mocha test"
|
||||
"test": "node --test test/script.test.ts"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "dist/index.js"
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"allowJs": true,
|
||||
},
|
||||
"exclude": ["test", "dist", "node_modules"],
|
||||
"exclude": ["test"],
|
||||
"references": [
|
||||
{"path": "../../data/lib"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user