{
  "name": "yusongh-eslint-config",
  "version": "0.1.0",
  "description": "eslint config",
  "author": "yusongh <549962989@qq.com>",
  "homepage": "https://github.com/yusongh/engineering-spec#readme",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yusongh/engineering-spec.git"
  },
  "scripts": {
    "lint": "eslint ./",
    "test": "mocha ./__tests__/*.test.js --timeout 5000",
    "print-config": "eslint --print-config ./index.js > ./print-config.json"
  },
  "bugs": {
    "url": "https://github.com/yusongh/engineering-spec/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/eslint-parser": "^7.16.3",
    "@babel/preset-react": "^7.16.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.7.0",
    "eslint-config-egg": "^10.0.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-jsx-plus": "^0.1.0",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-vue": "^7.3.0",
    "lodash": "^4.17.21",
    "mocha": "^8.2.1",
    "typescript": "^4.1.2",
    "vue-eslint-parser": "^7.3.0"
  },
  "gitHead": "a5c14c394a31acf42cfc46c684562ba12dcaba06"
}
