-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 711 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "eslint-plugin-react-hook-form",
"version": "0.3.1",
"description": "ESLint plugin for react-hook-form",
"keywords": [
"react",
"react-hook-form",
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Andrew Kao <andykao1213@gmail.com>",
"main": "lib/index.js",
"repository": "https://github.com/andykao1213/eslint-plugin-react-hook-form.git",
"scripts": {
"test": "mocha tests --recursive",
"release": "standard-version"
},
"dependencies": {
"requireindex": "~1.1.0"
},
"devDependencies": {
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"standard-version": "^9.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT"
}