-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 949 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
32
{
"name": "artillery-plugin-splunk",
"version": "0.0.2",
"description": "Logging artillery.js reports to splunk!",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec ./tests/*.js",
"cov": "./node_modules/.bin/instanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./tests/*.js && codecov"
},
"repository": {
"type" : "git",
"url" : "https://github.com/singerxt/artillery-plugin-splunk"
},
"author": "Mateusz Spiewak",
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"splunk-logging": "^0.10.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^7.2.2"
}
}