57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "mp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Newtbot/MP.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Newtbot/MP/issues"
|
|
},
|
|
"homepage": "https://github.com/Newtbot/MP#readme",
|
|
"dependencies": {
|
|
"axios": "^1.6.5",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"csurf": "^1.11.0",
|
|
"date-fns": "^3.2.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"dotenv": "^16.3.1",
|
|
"ejs": "^3.1.9",
|
|
"esm": "^3.2.25",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^7.1.5",
|
|
"express-session": "^1.17.3",
|
|
"express-validator": "^7.0.1",
|
|
"helmet": "^7.1.0",
|
|
"moment": "^2.30.1",
|
|
"mqtt": "^5.3.3",
|
|
"mysql2": "^3.7.1",
|
|
"node-fetch": "^3.3.2",
|
|
"nodemailer": "^6.9.8",
|
|
"os": "^0.1.2",
|
|
"otp-generator": "^4.0.1",
|
|
"otplib": "^12.0.1",
|
|
"pidusage": "^3.0.2",
|
|
"qrcode": "^1.5.3",
|
|
"sanitize-html": "^2.11.0",
|
|
"sequelize": "^6.35.2",
|
|
"sequelize-cli": "^6.6.2",
|
|
"socket.io": "^4.7.4",
|
|
"socket.io-client": "^4.7.4",
|
|
"validator": "^13.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.3"
|
|
}
|
|
}
|