-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 880 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "newman-reporter-json-light",
"version": "1.0.7",
"description": "Reporter which cuts out a bunch of unnecessary items in the Newman JSON report. This can help get around issues with JSON.stringify running out of memory. It still uses JSON.stringify, but since it has a fraction of the data it is far less likely to run into 'RangeError: Invalid string length",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paramagnetic/newman-reporter-json-light.git"
},
"dependencies": {
"newman": "^3.0.1"
},
"author": "Treb Stewart",
"license": "ISC",
"bugs": {
"url": "https://github.com/Paramagnetic/newman-reporter-json-light/issues"
},
"homepage": "https://github.com/Paramagnetic/newman-reporter-json-light#readme"
}