Files
bun-script/hello_world/package.json
2025-10-18 21:39:26 +08:00

13 lines
198 B
JSON

{
"name": "hello_world",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}