1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-12 03:40:47 +01:00
MaiMaiDXNet/package.json
2023-07-16 22:54:56 -04:00

25 lines
524 B
JSON

{
"name": "aquaimagegrabber",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chokidar": "^3.5.3",
"cookie-parser": "^1.4.6",
"cross-fetch": "^3.1.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"path": "^0.12.7",
"sqlite3": "^5.1.4"
}
}