{
  "name": "@openscope/validator",
  "version": "2.4.1",
  "description": "A CLI used to validate an airport definition file used in the [openscope](http://openscope.co) ATC Simulator",
  "main": "index.js",
  "preferGlobal": true,
  "bin": "./bin/validator.js",
  "scripts": {
    "start": "node ./index.js -a ksea --fixes --spawnPatterns",
    "help": "node ./index.js -h",
    "test": "nyc mocha 'lib/**/*.spec.js'",
    "test:watch": "nyc mocha -w --reporter dot '{,!(_mock)/**/}*.spec.js'",
    "posttest": "nyc report --reporter=lcov --reporter=text-summary"
  },
  "author": "Nate Geslin, teamtomkins23@gmail.com",
  "repository": {
    "url": "https://github.com/openscope/validator"
  },
  "license": "MIT",
  "nyc": {
    "exclude": [
      "**/*.spec.js",
      "**/_mock/**"
    ]
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "lodash": "^4.17.10",
    "minimist": "^1.2.0",
    "ora": "^2.1.0",
    "tcomb": "^3.2.27"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "sinon": "^5.0.10"
  }
}
