24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "timetable-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "minie4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@prisma/client": "^4.15.0",
|
|
"axios": "^1.1.3",
|
|
"cheerio": "^1.0.0-rc.11",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"prisma": "^4.15.0"
|
|
}
|
|
}
|