forked from react-native-oh-library/react-native-keys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) Β· 1.18 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) Β· 1.18 KB
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
55
56
57
58
{
"name": "@react-native-oh-tpl/react-native-keys",
"version": "0.7.11-rc.2",
"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": {
"buildpack": "bob build && npm pack"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"index.ts",
"src",
"harmony",
"lib",
"keysHarmony.js"
],
"harmony": {
"alias": "react-native-keys",
"codegenConfig": {
"specPaths": []
}
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.47",
"json5": "^2.2.3",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-builder-bob": "^0.20.4",
"typescript": "4.8.2"
},
"dependencies": {
"react-native-keys": "^0.7.10"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json",
"tsc": "./node_modules/.bin/tsc"
}
]
]
}
}