-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.65 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.65 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "react-native-cfddlc",
"title": "react-native-cfddlc",
"version": "0.0.18",
"description": "React Native module for cfd-dlc",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"README.md",
"android",
"ios",
"resources",
"react-native-cfddlc.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "git clean -d -x -f ./android && git clean -d -x -f ./ios",
"prepare": "bob build"
},
"devDependencies": {
"@types/react-native": "^0.63.50",
"react": "^17.0.1",
"react-native": "0.63.4",
"react-native-builder-bob": "^0.17.1",
"typescript": "^4.3.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomicfinance/react-native-cfddlc.git"
},
"keywords": [
"react",
"react-native",
"webassembly",
"wasm",
"polyfill",
"ios",
"android"
],
"author": "Steven Zhao <steven@atomic.finance> (https://github.com/zpv/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/atomicfinance/react-native-cfddlc/issues"
},
"homepage": "https://github.com/atomicfinance/react-native-cfddlc#readme",
"types": "lib/typescript/index.d.ts",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}