mirror of
https://github.com/vyme-fr/MercuryCloud_Dashboard.git
synced 2026-01-18 16:47:30 +01:00
32 lines
734 B
JSON
32 lines
734 B
JSON
{
|
|
"name": "arkia-cloud-dashboard",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@devnote-dev/pterojs": "^1.2.0",
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.19.2",
|
|
"cross-fetch": "^3.1.5",
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.17.3",
|
|
"express-rate-limit": "^6.5.1",
|
|
"fs": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"ipware": "^2.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mysql": "^2.18.1",
|
|
"node-fetch": "^3.2.6",
|
|
"nodemailer": "^6.7.7",
|
|
"raw-body": "^2.5.1",
|
|
"readline": "^1.3.0",
|
|
"request": "^2.88.2",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|