generated from UnBArqDsw/RepositorioTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
39
40
41
42
{
"name": "2020.1_G3_RecipeBuk_Backend",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"logo.svg\" alt=\"Logo RecipeBuk\" width='50%'/> </p>",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=cobertura --reporter=text mocha src/tests --reporter mocha-junit-reporter",
"start": "node index.js",
"start-dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnBArqDsw/2020.1_G3_RecipeBuk_Backend.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UnBArqDsw/2020.1_G3_RecipeBuk_Backend/issues"
},
"homepage": "https://github.com/UnBArqDsw/2020.1_G3_RecipeBuk_Backend#readme",
"dependencies": {
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cors": "^2.8.5",
"crawler": "^1.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^7.22.0",
"firebase-admin": "^9.3.0",
"mocha": "^8.1.3",
"mocha-junit-reporter": "^2.0.0",
"pg": "^8.3.3",
"sinon": "^9.1.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"nyc": "^15.1.0"
}
}