garf-api/package.json
2024-03-18 16:08:10 -04:00

14 lines
296 B
JSON

{
"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"
}
}