-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"name": "@procivis/react-native-one-core",
"version": "1.101239.0",
"author": "Procivis AG (https://procivis.ch)",
"license": "Apache-2.0",
"description": "ONE core bindings for React Native",
"repository": {
"url": "git+https://github.com/procivis/react-native-one-core"
},
"homepage": "https://procivis.ch",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"react-native",
"one-core"
],
"files": [
"dist",
"core-sdk.json",
"android",
"ios",
"react-native-one-core.podspec",
"bin"
],
"scripts": {
"compile": "tsc",
"documentation": "typedoc",
"postinstall": "node ./bin/postinstall",
"test": "jest"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.5.0",
"husky": "^7.0.4",
"jest": "^29.5.0",
"react-native": "0.72.17",
"typedoc": "^0.28.6",
"typescript": "^5.1.6"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}