-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "backend",
"version": "1.0.0",
"description": "Api Restful del Master en Frameworks para JS de Victor Robles Web",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eloisasal/udemy.git"
},
"author": "Eloi Sasal",
"license": "ISC",
"bugs": {
"url": "https://github.com/eloisasal/udemy/issues"
},
"homepage": "https://github.com/eloisasal/udemy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-multiparty": "^2.2.0",
"express": "^4.17.1",
"moment": "^2.29.1",
"momento": "^0.2.0",
"mongoose": "^5.11.9",
"parse": "^2.19.0",
"validator": "^13.5.2",
"vue-moment": "^4.1.0"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"engines": {
"node": ">=14.15.3",
"npm": ">=6.14.9"
}
}