1
0
Fork 0
tsgames/package.json

17 lines
317 B
JSON

{
"name": "binario",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun --hot src/server.ts"
},
"dependencies": {
"classnames": "2.5.1",
"preact": "10.22.0"
},
"devDependencies": {
"@types/bun": "latest",
"bun-lightningcss": "0.2.0",
"typescript": "5.5.2"
}
}