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

36 lines
817 B
JSON

{
"name": "serialised-error",
"version": "1.1.3",
"description": "Serialises error object to normal object",
"main": "index.js",
"scripts": {
"test": "jshint index.js && mocha tests"
},
"author": "Postman Labs <help@getpostman.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/postmanlabs/serialised-error.git"
},
"bugs": {
"url": "https://github.com/postmanlabs/serialised-error/issues"
},
"homepage": "https://github.com/postmanlabs/serialised-error",
"keywords": [
"serialise",
"error",
"string",
"json"
],
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.9.1",
"mocha": "^3.2.0"
},
"dependencies": {
"object-hash": "^1.1.2",
"stack-trace": "0.0.9",
"uuid": "^3.0.0"
}
}