initial commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user