-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1009 Bytes
/
package.json
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
32
33
34
35
{
"name": "final-form-focus-on-first-field",
"version": "1.0.2",
"description": "Final Form \"decorator\" that will attempt to apply focus to the first field on the form",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"rollup": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siropkin/final-form-focus-on-first-field.git"
},
"keywords": [
"final-form",
"decorators",
"focus",
"autoFocus"
],
"author": "Ivan Seredkin <ivan.seredkin@gmail.com> (https://github.com/siropkin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/siropkin/final-form-focus-on-first-field/issues"
},
"homepage": "https://github.com/siropkin/final-form-focus-on-first-field#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup": "2.71.1"
}
}