{
  "name": "@godaddy/terminus",
  "version": "4.4.1",
  "description": "",
  "main": "index.js",
  "types": "./typings/index.d.ts",
  "scripts": {
    "test-typings": "tsc --lib ES2015 --noEmit typings/*.ts",
    "test": "mocha index.spec.js lib/**/*.spec.js && npm run test-typings",
    "lint": "standard --fix --env mocha",
    "coverage": "nyc mocha index.spec.js lib/**/*.spec.js",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/godaddy/terminus.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "es6-promisify": "^6.0.2",
    "stoppable": "^1.1.0"
  },
  "devDependencies": {
    "@types/express": "^4.0.39",
    "@types/koa": "^2.0.42",
    "@types/node": "^12.0.0",
    "chai": "^4.1.2",
    "express": "^4.16.2",
    "mocha": "^7.0.1",
    "node-fetch": "^2.0.0",
    "nyc": "^15.0.0",
    "pre-commit": "^1.2.2",
    "semantic-release": "^17.0.0",
    "standard": "^14.0.0",
    "supertest": "^4.0.0",
    "travis-deploy-once": "^5.0.1",
    "typescript": "^2.6.2"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
