{
  "name": "@bigtest/eslint-plugin",
  "version": "0.5.0",
  "description": "eslint rules for bigtest",
  "main": "dist/index.js",
  "repository": "https://github.com/thefrontside/bigtest.git",
  "homepage": "https://frontside.com/bigtest",
  "author": "Frontside Engineering <engineering@frontside.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "eslint"
  ],
  "files": [
    "docs",
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist *.tsbuildinfo",
    "lint": "eslint \"{src,test}/**/*.ts\"",
    "check:types": "tsc --noEmit",
    "prepack": "tsc --build ./tsconfig.build.json",
    "test": "mocha -r ts-node/register \"test/{,!(fixtures)/**}/*.test.ts\""
  },
  "devDependencies": {
    "@frontside/eslint-config": "^3.0.0",
    "@frontside/typescript": "^3.0.0",
    "@types/node": "^14.17.5",
    "ts-node": "^9.1.1"
  }
}
