forked from ibitcy/react-native-hole-view
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.14 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
51
52
53
54
{
"name": "@react-native-oh-tpl/react-native-hole-view",
"version": "3.0.0-alpha4-0.0.4",
"description": "react native harmony package",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index.ts",
"scripts": {
"build": "bob build",
"buildpack": "bob build && npm pack"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"index.ts",
"src",
"harmony",
"lib"
],
"harmony": {
"alias": "react-native-hole-view"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.47",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-builder-bob": "^0.20.4",
"typescript": "4.8.2"
},
"dependencies": {
"react-native-hole-view": "^3.0.0-alpha4"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json",
"tsc": "./node_modules/.bin/tsc"
}
]
]
}
}