20 lines
No EOL
398 B
JSON
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"
|
|
}
|
|
} |