countify/package.json
9pfs 31bc5271c8
All checks were successful
Run node --check on everything / node-check (push) Successful in 2s
Check project using prettier / prettier (push) Successful in 20s
Migrate to expressjs 5 beta
expressjs 5 handles errors in async functions better than expressjs 4 does.
2024-05-24 16:04:03 +00:00

23 lines
523 B
JSON

{
"name": "countify",
"version": "1.0.0",
"description": "An implementation of https://countapi.xyz",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.h.hackclub.app/9pfs/countify"
},
"author": "h@hackclub.app",
"license": "AGPL-3.0-or-later",
"dependencies": {
"express": "^5.0.0-beta.3",
"postgres": "^3.4.4"
},
"type": "module",
"devDependencies": {
"prettier": "3.2.5"
}
}