{
  "name": "json-typescript",
  "version": "1.1.2",
  "description": "TypeScript type definitions for JSON objects",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "./node_modules/.bin/mocha --opts tests/mocha.opts",
    "lint": "tslint -p .",
    "watch": "nodemon $(which npm) test",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mike-north/json-typescript.git"
  },
  "keywords": [
    "jsonapi",
    "typescript"
  ],
  "author": "Mike North <michael.l.north@gmail.com> (https://mike.works)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mike-north/json-typescript/issues"
  },
  "homepage": "https://github.com/mike-north/json-typescript#readme",
  "devDependencies": {
    "@commitlint/cli": "7.5.2",
    "@commitlint/config-conventional": "7.5.0",
    "@commitlint/travis-cli": "7.5.2",
    "@mike-north/js-lib-renovate-config": "1.1.5",
    "@mike-north/js-lib-semantic-release-config": "1.0.1",
    "@types/chai": "4.1.7",
    "@types/mocha": "5.2.6",
    "@types/node": "10.12.29",
    "chai": "4.2.0",
    "chalk": "2.4.2",
    "dtslint": "0.4.9",
    "husky": "1.2.1",
    "mocha": "6.0.2",
    "nodemon": "1.18.10",
    "nyc": "13.2.0",
    "semantic-release": "15.12.5",
    "ts-node": "8.0.3",
    "tsconfig": "7.0.0",
    "tslint": "5.13.1",
    "typescript": "3.3.4000",
    "typings-tester": "0.3.2"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "types": "dist/index.d.ts",
  "husky": {
    "hooks": {
      "commit-msg": "./node_modules/.bin/commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "release": {
    "extends": "@mike-north/js-lib-semantic-release-config"
  }
}
