react/packages/eslint-plugin-react-hooks/package.json

35 lines
697 B
JSON
Raw Normal View History

2018-10-24 03:35:56 +08:00
{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
2019-08-22 03:48:15 +08:00
"version": "2.0.1",
"repository": {
2019-02-07 02:21:33 +08:00
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/eslint-plugin-react-hooks"
},
2018-10-24 03:35:56 +08:00
"files": [
"LICENSE",
"README.md",
"build-info.json",
2018-10-24 03:35:56 +08:00
"index.js",
"cjs"
],
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"engines": {
"node": ">=7"
2018-10-24 03:35:56 +08:00
},
"homepage": "https://reactjs.org/",
"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
2018-10-24 03:35:56 +08:00
}
}