{
  "name": "wpcs",
  "version": "1.7.3",
  "description": "WordPress Coding Standards in NodeJS",
  "main": "index.js",
  "scripts": {
    "test": "xo && ava --verbose",
    "pull-wpcs": "git subtree pull --prefix scripts/wordpress-coding-standards https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git master --squash",
    "update-script": "yarn pull-wpcs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oknoorap/wpcs.git"
  },
  "keywords": [
    "wordpress",
    "unit-test"
  ],
  "author": "Ribhararnus Pracutian <oknoorap@gmail.com> (https://www.oknoorap.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oknoorap/wpcs/issues"
  },
  "homepage": "https://github.com/oknoorap/wpcs#readme",
  "devDependencies": {
    "ava": "^0.22.0",
    "xo": "^0.18.2"
  },
  "xo": {
    "esnext": true,
    "space": true,
    "semicolon": false,
    "ignores": [
      "**/test/test-theme/**",
      "**/scripts/**"
    ]
  },
  "ava": {
    "files": [
      "test/test.js"
    ]
  },
  "bin": {
    "wpcs": "bin/wpcs"
  },
  "files": [
    "index.js",
    "bin",
    "lib",
    "scripts"
  ],
  "dependencies": {
    "async": "^2.6.0",
    "caporal": "^0.7.0",
    "chalk": "^2.3.2",
    "globby": "^6.1.0",
    "log-symbols": "^2.2.0",
    "ora": "^2.0.0",
    "update-notifier": "^2.3.0"
  }
}
