23 lines
445 B
JSON
23 lines
445 B
JSON
{
|
|
"name": "tronbyt",
|
|
"module": "src/server.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"toes": "bun run --watch src/server.ts",
|
|
"start": "bun toes",
|
|
"dev": "bun run --hot src/server.ts",
|
|
"postinstall": "bash scripts/postinstall.sh"
|
|
},
|
|
"toes": {
|
|
"icon": "🖥️"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|