1
0
Fork 0
typescript/package.json

14 lines
240 B
JSON

{
"name": "typescript-template",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run index.ts"
},
"devDependencies": {
"bun-types": "^1.0.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}