1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-24 06:20:13 +01:00
MaiMaiDXNet/package.json

25 lines
524 B
JSON
Raw Normal View History

2023-02-17 00:50:32 +01:00
{
"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",
2023-07-17 04:54:56 +02:00
"mysql": "^2.18.1",
2023-02-17 00:50:32 +01:00
"path": "^0.12.7",
"sqlite3": "^5.1.4"
}
}