{
  "name": "eslint-config-light",
  "version": "1.5.7",
  "description": "开箱即用的 ESLint 配置",
  "keywords": [
    "eslint-config-light",
    "eslint",
    "eslint-config"
  ],
  "homepage": "https://novlan1.github.io/docs/plugin-light/zh/eslint-config-light.html",
  "bugs": {
    "url": "https://github.com/novlan1/plugin-light/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/novlan1/plugin-light"
  },
  "license": "MIT",
  "author": "novlan1",
  "sideEffects": false,
  "main": "index.js",
  "files": [
    "README.md",
    "index.js",
    "lib"
  ],
  "dependencies": {
    "@babel/core": "^7.17.9",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-react": "^7.14.5",
    "@tdesign/uniapp": "^0.7.3",
    "@tdesign/uniapp-chat": "^0.2.1",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "@vue/eslint-config-typescript": "^12.0.0",
    "eslint": "^8.13.0",
    "eslint-config-rookie": "^1.0.4",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.2.2",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-vue": "^9.0.1",
    "vue-eslint-parser": "^9.0.2",
    "eslint-plugin-light": "1.0.22"
  },
  "engines": {
    "node": "12.x || 14.x || >= 16"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rm -rf lib && node script/build",
    "bump": "node ../../script/monorepo/version-simple $PWD",
    "changelog": "node ../../script/monorepo/changelog $PWD",
    "release": "node ../../script/monorepo/release $PWD"
  }
}