code-server/local/code-server/User/History/4b9e4cd9/odIl.json
2026-02-01 06:55:21 +01:00

16 lines
293 B
JSON

{
"name": "test",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"scripts": {
"dev": "bun --watch index.ts",
"start": "bun index.ts"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}