-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 888 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
{
"name": "gamefication_qa",
"version": "1.0.0",
"description": "Teste de Api e Contrato",
"scripts": {
"test": "NODE_ENV=http://localhost:3000 mocha specs/crud_test.js",
"dev_test": "NODE_ENV=https://petstore.swagger.io mocha specs/pets_test.js --reporter mochawesome",
"lint": "./node_modules/.bin/eslint '/Users/danilo.policarpo/dev/Api_test_js/specs/crud_test.js'"
},
"author": "Danilo Policarpo",
"license": "ISC",
"dependencies": {
"chai": "^3.5.0",
"joi": "^10.4.1",
"joi-assert": "^0.0.3",
"mocha": "^5.2.0",
"np": "^2.20.1",
"npm": "^6.4.1",
"npm-run-all": "^4.1.3",
"request": "^2.81.0",
"supertest": "^3.0.0",
"to": "^0.2.9",
"update": "^0.7.4"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.22.0",
"mochawesome": "^3.1.2",
"mochawesome-merge": "^4.2.0"
}
}