{
"name": "@cepharum/stress-test",
"version": "0.1.1",
"description": "", "main": "stress-http.js", "scripts": {
"start": "cross-env DEBUG=* node stress-http.js https://www.example.com/",
"test": "echo \"Error: no test specified\" && exit 1" }, "author": "",
"license": "MIT",
"dependencies": { "cross-env": "^5.2.0", "debug": "^4.1.1"
}, "private": false
}