friends-api/package.json
red binder 62b64ca706
Some checks failed
Build friends-api / build-and-push (push) Failing after 1s
switch to bun and add CI, license and readme
2026-08-09 02:15:51 +02:00

20 lines
No EOL
398 B
JSON

{
"name": "friends-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "bun run index.js",
"dev": "bun --watch index.js"
},
"keywords": [],
"author": "Spacebar Network",
"license": "AGPL-3.0-only",
"dependencies": {
"axios": "^1.19.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"pg": "^8.22.0"
}
}