switch to bun and add CI, license and readme
Some checks failed
Build friends-api / build-and-push (push) Failing after 1s

This commit is contained in:
red binder 2026-08-09 02:15:51 +02:00
commit 62b64ca706
7 changed files with 913 additions and 1020 deletions

View file

@ -3,24 +3,18 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "bun run index.js",
"dev": "bun --watch index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "^11.3.0",
"onFail": "download"
}
},
"type": "module",
"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"
}
}
}