{
  "name": "@conversationlearner/models",
  "version": "0.200.1",
  "description": "",
  "keywords": [
    "Microsoft",
    "ConversationLearner",
    "LUIS",
    "Bot",
    "bot framework",
    "models"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "author": "Microsoft Conversation Learner Team",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/conversationlearner-models.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "tsc",
    "watch": "tsc -w",
    "start": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "tsc": "tsc",
    "update-docs": "typedoc",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write --no-semi --single-quote",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 30,
        "functions": 50,
        "lines": 50,
        "statements": 50
      }
    },
    "collectCoverage": true,
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@commitlint/cli": "7.2.1",
    "@commitlint/config-conventional": "7.1.2",
    "@types/jest": "22.2.3",
    "@types/node": "8.10.45",
    "commitizen": "^2.10.1",
    "coveralls": "^3.0.0",
    "cz-conventional-changelog": "^2.0.0",
    "husky": "1.3.1",
    "jest": "24.5.0",
    "lint-staged": "^6.0.0",
    "prettier": "^1.4.4",
    "rimraf": "^2.6.1",
    "ts-jest": "24.0.0",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.1.0",
    "tslint-config-standard": "^7.0.0",
    "tslint-microsoft-contrib": "^5.0.3",
    "typedoc": "0.14.2",
    "typescript": "3.3.4000"
  },
  "publishConfig": {
    "tag": "next",
    "access": "public"
  },
  "prettier": {
    "printWidth": 140
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
