19 lines
376 B
JSON
19 lines
376 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": "^3.13.0",
|
|
"axios": "^0.27.2",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"express": "^4.18.1"
|
|
}
|
|
}
|