DAS_2024_1/balakhonov_danila_lab_3/ApiWaiter/package.json

18 lines
350 B
JSON
Raw Normal View History

2024-11-03 19:18:40 +04:00
{
"name": "apiwaiter",
"version": "1.0.0",
"description": "api for waiters",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.1",
"node-json-db": "^2.3.0"
}
}