23 lines
523 B
JSON
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"
|
|
}
|
|
}
|