manga-server/package.json

20 lines
382 B
JSON
Raw Permalink Normal View History

2024-10-05 08:07:31 +00:00
{
"name": "manga_server",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"mysql2": "^3.11.3",
"sequelize": "^6.37.3"
}
}