Bootstrap project

This commit is contained in:
Rph :3
2025-06-01 15:20:13 +02:00
commit 19f3e63467
5 changed files with 705 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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"
}
}