{
  "name": "eslint-plugin-pretty-lights",
  "version": "0.0.23",
  "description": "ESLint plugin for Pretty Lights projects.",
  "main": "lib/index.js",
  "author": "NYTimes",
  "license": "Apache-2.0",
  "repository": "git+https://github.com/nytimes/pretty-lights",
  "bugs": "https://github.com/nytimes/pretty-lights/issues",
  "homepage": "https://github.com/nytimes/pretty-lights#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "devDependencies": {
    "eslint": "7.11.0",
    "mocha": "8.2.0"
  },
  "scripts": {
    "test": "mocha tests --recursive ./tests"
  }
}
