Files
TIS-lab4/package.json
Yankovskaya Natalia 6bdfd08c10 initial commit
2023-10-25 10:05:46 +03:00

21 lines
483 B
JSON

{
"name": "nodejs-api-webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.18.2"
},
"description": "https://nodejsdev.ru/guides/metanit/express-api/",
"main": "app.js",
"devDependencies": {},
"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"
}