a37125ed59
* chore: cleanup .gitignore
- remove unused /typings, not using typescript
- remove .next as this is not using next.js
+ add editors to ignore file
+ add exceptions for more .env files, .env.local, etc.
+ seperate lockfiles and add yarn lockfile
* feat(package.json): add dev command
* feat: better error handling 1/4
+ add status codes to all of the errors.
? I understand this is similar to robtop so I didn't change any of the very cryptic responses, i.e. -1, -2, -3.
* feat: cleanup unused params & add status codes
* chore(servers.json): remove weird space in json
* feat: final status codes
* fix(leaderboard): fix comment for private server
* fix(merge): merge on 7da5632
* revert: revert icon.js
23 lines
487 B
JSON
23 lines
487 B
JSON
{
|
|
"name": "gdservers",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"ag-psd": "^14.3.2",
|
|
"canvas": "^2.8.0",
|
|
"compression": "^1.7.4",
|
|
"connect-timeout": "^1.9.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.1.3",
|
|
"google-spreadsheet": "^3.0.11",
|
|
"jimp": "^0.8.5",
|
|
"plist": "^3.0.1",
|
|
"request": "^2.88.2",
|
|
"sharp": "^0.29.1"
|
|
}
|
|
}
|