-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 940 Bytes
/
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
{
"name": "@procivis/react-native-one-core",
"version": "1.26999.0",
"author": "Procivis AG (https://procivis.ch)",
"license": "Apache-2.0",
"description": "ONE core bindings for React Native",
"repository": "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",
"postinstall": "node ./bin/postinstall",
"test": "jest"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@types/react-native": "0.71.6",
"babel-jest": "^29.5.0",
"husky": "^7.0.4",
"jest": "^29.5.0",
"typescript": "^5.1.6"
}
}