-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.22 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
44
45
46
47
48
49
50
{
"name": "react-native-canvas-signature",
"version": "1.0.2",
"description": "React native signature component (Android + iOS)",
"scripts": {
"prepare": "bob build"
},
"repository": {
"type": "git",
"url": "https://github.com/huzaima/react-native-canvas-signature.git"
},
"keywords": [
"react-native",
"ios",
"android",
"signature"
],
"author": "Huzaima Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/huzaima/react-native-canvas-signature/issues"
},
"homepage": "https://github.com/huzaima/react-native-canvas-signature#readme",
"devDependencies": {
"@react-native-community/bob": "^0.17.1",
"@types/react": "^17.0.1",
"@types/react-native": "^0.63.48",
"@types/react-native-canvas": "^0.1.5",
"react": "^17.0.1",
"react-native": "^0.63.4",
"react-native-canvas": "^0.1.37",
"typescript": "^4.1.3"
},
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
"module",
"typescript"
]
},
"main": "lib/module/index.js",
"module": "lib/module/index.js",
"react-native": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": [
"lib/",
"src/"
]
}