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
888 B
JSON

{
"name": "mime-format",
"version": "2.0.1",
"description": "Database to mime-format based on content-type header and content",
"main": "index.js",
"scripts": {
"test": "mocha unit-test.spec.js",
"build-docs": "./node_modules/.bin/jsdoc -c .jsdoc-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/mime-format.git"
},
"keywords": [
"postman",
"http-code",
"mime",
"content-type"
],
"author": "Postman Labs <help@getpostman.com> (=)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/postmanlabs/mime-format/issues"
},
"homepage": "https://github.com/postmanlabs/mime-format#readme",
"devDependencies": {
"expect.js": "^0.3.1",
"jsdoc": "^3.4.3",
"mocha": "^8.3.2",
"postman-jsdoc-theme": "^0.0.3"
},
"dependencies": {
"charset": "^1.0.0"
}
}