1
0
Fork 0
tsgames/package.json

24 lines
541 B
JSON

{
"name": "tsgames",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun --hot src/build/server.ts",
"build": "bun src/build/build.ts"
},
"dependencies": {
"classnames": "2.5.1",
"preact": "10.22.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/html-minifier": "4.0.5",
"@types/inquirer": "9.0.7",
"assemblyscript": "0.27.29",
"bun-lightningcss": "0.2.0",
"html-minifier": "4.0.0",
"inquirer": "9.3.4",
"typescript": "5.5.2",
"uglify-js": "3"
}
}