20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|