{
  "name": "@smittey/newman-reporter-slackreporter",
  "version": "1.5.0",
  "description": "newman report to slack",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Smittey/newman-reporter-slackmsg.git"
  },
  "keywords": [
    "newman",
    "postman",
    "slack",
    "newman reporter",
    "custom newman reporter"
  ],
  "author": "smittey",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Smittey/newman-reporter-slackmsg/issues"
  },
  "homepage": "https://github.com/Smittey/newman-reporter-slackmsg#readme",
  "dependencies": {
    "@types/node": "^14.0.13",
    "axios": "^0.19.2",
    "esm": "^3.2.25",
    "jsonminify": "^0.4.1",
    "pretty-ms": "^7.0.0"
  },
  "devDependencies": {
    "eslint": "^7.7.0",
    "jest": "^26.0.1"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
