Files
sprites/tools/build/package.json
Christopher Monsanto 4ded7eea86 Scaffold tools/build package and root Buildfile project wiring
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-15 21:52:57 -04:00

15 lines
330 B
JSON

{
"dependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/debug": "^4.1.5",
"@types/node": "^24.10.7",
"better-sqlite3": "^12.4.1",
"commander": "^5.1.0",
"debug": "^4.1.1"
},
"scripts": {
"test": "node --test test/*.test.ts"
},
"type": "module"
}