Simon Priet e69a613a37 feat: Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
2021-09-08 14:01:19 +02:00

30 lines
699 B
JSON

{
"author": "Postman Labs <help@getpostman.com>",
"name": "@postman/tunnel-agent",
"license": "Apache-2.0",
"description": "HTTP proxy tunneling agent.",
"version": "0.6.3",
"repository": {
"url": "git+https://github.com/postmanlabs/tunnel-agent.git"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"safe-buffer": "^5.0.1"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/postmanlabs/tunnel-agent/issues"
},
"homepage": "https://github.com/postmanlabs/tunnel-agent#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}