{
  "name": "lang-coach",
  "version": "2.7.1",
  "description": "libary for parsing languages",
  "main": "dist/index.js",
  "types": "lib/index.ts",
  "scripts": {
    "build": "tsc",
    "lint": "tslint -c tslint.json 'lib/**/*.ts' && tslint -c test/tslint.json 'test/**/*.ts'",
    "test": "nyc mocha",
    "prepublishOnly": "tsc"
  },
  "engines": {
    "node": "10"
  },
  "keywords": [
    "lang",
    "parser",
    "lib",
    "syntax"
  ],
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reporter": [
      "html"
    ],
    "all": true,
    "exclude": [
      "dist",
      "coverage"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eprincev-egor/model-layer.git"
  },
  "author": "Eprincev Egor",
  "license": "ISC",
  "dependencies": {
    "chai": "^4.2.0",
    "chai-shallow-deep-equal": "^1.4.6",
    "model-layer": "^2.8.0"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.9",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "source-map-support": "^0.5.13",
    "ts-node": "^8.3.0",
    "tsc": "^1.20150623.0",
    "tslint": "^5.18.0",
    "typescript": "^3.7.2"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
