{
  "name": "@magicspace/eslint-plugin",
  "version": "0.1.32",
  "description": "Custom ESLint rules for MagicSpace.",
  "repository": "https://github.com/makeflow/magicspace.git",
  "author": "Chengdu Mufan Technology Co., Ltd.",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "eslint"
  ],
  "main": "bld/index.js",
  "scripts": {
    "lint": "eslint ./src --ext .ts",
    "bare-test": "mocha ./bld/tests/*.js -t 5000",
    "build": "rimraf bld && tsc --project src/tsconfig.json",
    "test": "yarn build && yarn bare-test"
  },
  "files": [
    "src",
    "!src/tests",
    "bld",
    "!bld/tests"
  ],
  "devDependencies": {
    "@types/diff": "^4.0.2",
    "mocha": "^8.0.1",
    "source-map-support": "^0.5.19"
  },
  "peerDependencies": {
    "eslint": "^6.6.0 || ^7",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "^3.5.0",
    "@typescript-eslint/experimental-utils": "^3.5.0",
    "@typescript-eslint/parser": "^3.5.0",
    "diff": "^4.0.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-no-null": "^1.0.2",
    "eslint-plugin-only-warn": "^1.0.2",
    "lodash": "^4.17.15",
    "module-lens": "^0.1.3",
    "tslang": "^0.1.22",
    "tsutils": "^3.17.1"
  }
}
