{
  "name": "@willowtreeapps/wist",
  "version": "2.0.1",
  "description": "A linter for BrightScript",
  "keywords": [
    "roku",
    "brightscript",
    "lint",
    "ast",
    "parser",
    "syntax"
  ],
  "bin": {
    "wist": "./bin/wist.js",
    "wist-fmt": "./bin/wist-fmt.js"
  },
  "scripts": {
    "compile": "npm run grammar && npm run event-generator && npm run docs",
    "docs": "node ./scripts/docs-rules-gen.js",
    "event-generator": "node ./scripts/event-generator.js",
    "grammar": "./gradlew clean generateGrammarSource",
    "test": "ava",
    "test:watch": "ava --watch"
  },
  "main": "./src/js/api.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/willowtreeapps/wist.git"
  },
  "engines": {
    "node": ">=7.6.0",
    "npm": ">=5.3.0"
  },
  "author": "WillowTree Inc",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/willowtreeapps/wist/issues"
  },
  "homepage": "https://github.com/willowtreeapps/wist#readme",
  "dependencies": {
    "chalk": "^2.4.0",
    "hoek": "5.0.3",
    "js-yaml": "^3.12.0",
    "minimatch": "3.0.4",
    "optionator": "0.8.2",
    "path-is-inside": "1.0.2",
    "strip-ansi": "4.0.0",
    "strip-json-comments": "2.0.1",
    "text-table": "0.2.0"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "doctrine": "2.1.0",
    "fs-extra": "^6.0.1",
    "jsdoc-parse": "3.0.1",
    "write-yaml": "1.0.0"
  }
}
