-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 939 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
36
37
38
39
40
41
42
{
"name": "formbold-react",
"version": "1.0.5",
"description": "Formbold package for react.",
"main": "dist/index.js",
"types": "./dist/index.ts",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormBold/formbold-react"
},
"author": "Formbold Team <[email protected]> (https://formbold.com/)",
"homepage": "https://formbold.com/",
"scripts": {
"build": "tsc --declaration"
},
"license": "MIT",
"keywords": [
"forms",
"form",
"form-api",
"web-form",
"react-form",
"react",
"formbold"
],
"devDependencies": {
"@types/react-dom": "^18.2.6",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@types/react": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"bugs": {
"url": "https://github.com/FormBold/formbold-react/issues"
}
}