-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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": "tp2-sd",
"version": "1.0.0",
"description": "Projeto da disciplina Sistemas Distribuídos",
"main": "./src/index.js",
"scripts": {
"serve": "nodemon --exec babel-node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erick-escape/TP2-SD.git"
},
"author": "Érick",
"license": "ISC",
"bugs": {
"url": "https://github.com/erick-escape/TP2-SD/issues"
},
"homepage": "https://github.com/erick-escape/TP2-SD#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.0",
"swagger-ui-express": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/node": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-module-resolver": "^4.1.0",
"nodemon": "^2.0.16"
}
}