mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"name": "eussi",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun --watch index.ts --dev --PORT=3000",
|
|
"start": "bun index.ts --PORT=3000"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|