-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
43 lines (43 loc) · 1 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "react-native-paper-form-builder",
"version": "2.1.3",
"description": "Form builder component using React Native Paper and React Hook Form",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fateh999/react-native-paper-form-builder.git"
},
"keywords": [
"FormBuilder",
"Material",
"Forms",
"React",
"Native",
"Paper"
],
"author": "Fateh Farooqui",
"license": "MIT",
"bugs": {
"url": "https://github.com/fateh999/react-native-paper-form-builder/issues"
},
"homepage": "https://github.com/fateh999/react-native-paper-form-builder#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-paper": "*",
"@types/react": "*",
"@types/react-native": "*",
"typescript": "*",
"react-hook-form": "*"
}
}