friends-api/package.json

20 lines
398 B
JSON
Raw Permalink Normal View History

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