-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 731 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
{
"name": "quick-test-example",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha --reporter mocha-sonarqube-reporter test --reporter-options output=xunit.xml",
"cover": "istanbul cover node_modules/mocha/bin/_mocha --dir ./reports/coverage"
},
"author": "Harry <[email protected]> (https://www.asecurityguru.com)",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"coffee-script": "^1.12.7",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^4.0.1",
"mochawesome": "^3.0.0",
"mockery": "^2.1.0",
"sinon": "^4.1.3"
},
"dependencies": {
"colors": "^1.1.2",
"command-line-args": "^4.0.7",
"request": "^2.83.0"
}
}