{
  "name": "@godaddy/terminus",
  "version": "4.11.2",
  "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 && npm run lint",
    "lint": "standard --fix --env mocha",
    "coverage": "nyc mocha index.spec.js lib/**/*.spec.js",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/godaddy/terminus.git"
  },
  "keywords": [],
  "author": {
    "name": "Gergely Nemeth",
    "url": "https://nemethgergely.com"
  },
  "license": "MIT",
  "dependencies": {
    "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": "^8.2.1",
    "node-fetch": "^2.0.0",
    "nyc": "^15.0.0",
    "pre-commit": "^1.2.2",
    "semantic-release": "^17.4.2",
    "standard": "^16.0.3",
    "supertest": "^4.0.0",
    "typescript": "^3.9.9"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "release": {
    "branches": [
      "main"
    ]
  }
}
