lifen-postman/package.json
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

19 lines
521 B
JSON

{
"name": "lifen-postman",
"version": "1.0.0",
"description": "This repository holds some PostMan files that performs tests against Lifen's Fhir API. They represent my handout regardinf the technical test.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.blanchelune.i234.me/Lifen/lifen-postman.git"
},
"author": "Simon Priet",
"license": "ISC",
"dependencies": {
"newman": "^5.3.0"
}
}