Files
TIS-lab4/package.json
2023-11-08 14:04:19 +03:00

23 lines
539 B
JSON

{
"name": "nodejs-api-webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"bootstrap": "^5.3.2",
"express": "^4.18.2",
"jquery": "^3.7.1",
"multer": "^1.4.5-lts.1"
},
"description": "https://nodejsdev.ru/guides/metanit/express-api/",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://kormcraft.ddns.net:3000/Antone/TIS-lab4.git"
},
"author": "Antone",
"license": "UNLICENSED"
}