31 lines
660 B
JSON
31 lines
660 B
JSON
{
|
|
"name": "pwngridcustom",
|
|
"version": "1.2.0",
|
|
"description": "",
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"dev": "node src/server.js",
|
|
"lint": "npx standard",
|
|
"lint-fix": "npx standard --fix",
|
|
"livereload": "nodemon server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^4.1.1",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"luxon": "^3.4.2",
|
|
"mysql2": "^3.9.8",
|
|
"pino": "^8.18.0",
|
|
"pino-pretty": "^10.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^17.1.0"
|
|
}
|
|
}
|