dollhouse/package.json
2025-06-01 15:20:13 +02:00

18 lines
365 B
JSON

{
"name": "dollhouse",
"version": "1.0.0",
"description": "A runtime for local-only web games",
"main": "index.js",
"scripts": {
"start": "tsx src/index.ts"
},
"author": "Rose <rphsw@pm.me>",
"license": "AGPL-3.0",
"type": "module",
"devDependencies": {
"@types/node": "^22.15.29",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}