garf-api/package.json

16 lines
332 B
JSON
Raw Normal View History

2024-03-18 19:39:52 +00:00
{
2024-03-18 20:08:10 +00:00
"name": "garf-api",
"module": "src/index.ts",
"type": "module",
"scripts": {
"build": "bun build . --compile --outfile=build/garf-api"
},
"devDependencies": {
2024-03-19 01:56:37 +00:00
"@types/bun": "latest",
"@types/node": "^20.11.29"
2024-03-18 20:08:10 +00:00
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}