garf-api/package.json

15 lines
296 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": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}