32 lines
790 B
JSON
32 lines
790 B
JSON
{
|
|
"name": "tsgames",
|
|
"module": "index.ts",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun --hot build/server.ts",
|
|
"bake": "bun build/build.ts"
|
|
},
|
|
"dependencies": {
|
|
"@huggingface/gguf": "0.1.12",
|
|
"@huggingface/hub": "0.19.0",
|
|
"@huggingface/jinja": "0.3.1",
|
|
"@huggingface/transformers": "3.0.2",
|
|
"@inquirer/select": "2.3.10",
|
|
"ace-builds": "1.36.3",
|
|
"classnames": "2.5.1",
|
|
"delay": "6.0.0",
|
|
"preact": "10.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/html-minifier": "4.0.5",
|
|
"@types/inquirer": "9.0.7",
|
|
"@types/web-bluetooth": "0.0.21",
|
|
"browser-detect": "0.2.28",
|
|
"eruda": "3.2.3",
|
|
"html-minifier": "4.0.0",
|
|
"typescript": "5.8.2",
|
|
"uglify-js": "3.19.3"
|
|
}
|
|
} |