forked from jcbombardelli/gamabank-accenture
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
43
44
45
46
47
48
49
{
"name": "gamabank-accenture",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"https://media.tenor.com/images/63dc70b43a949617fdfa3447868d534d/tenor.gif\" alt=\"Hulk Smart\"/>\r </p>",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"start-dev": "cross-env NODE_ENV=development nodemon src/app.js",
"test": "cross-env NODE_ENV=test mocha 'test/**/*.spec.js' --recursisve -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/israelblender/gamabank-accenture.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/israelblender/gamabank-accenture/issues"
},
"homepage": "https://github.com/israelblender/gamabank-accenture#readme",
"dependencies": {
"@hapi/boom": "^9.1.2",
"@hapi/hapi": "^20.1.2",
"@hapi/inert": "^6.0.3",
"@hapi/vision": "^6.0.1",
"bcrypt": "^5.0.1",
"chai-as-promised": "^7.1.1",
"cpf": "^2.0.1",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"hapi-auth-jwt2": "^10.2.0",
"hapi-swagger": "^14.1.0",
"http-status-codes": "^2.1.4",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"nodemailer": "^6.5.0",
"validar-cpf": "^2.1.2",
"validar-telefone": "^0.1.0"
},
"devDependencies": {
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"faker": "^5.5.2",
"mocha": "^8.3.2",
"nodemon": "^2.0.7"
}
}