-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.63 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
55
56
57
58
59
60
61
62
63
{
"name": "react-native-exponea-sdk",
"title": "React Native Exponea Sdk",
"version": "2.0.0",
"description": "React native SDK for Exponea integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"README.md",
"android",
"lib",
"ios",
"react-native-exponea-sdk.podspec"
],
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "tsc",
"check-dependencies": "rnx-align-deps",
"fix-dependencies": "rnx-align-deps --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exponea/exponea-react-native-sdk.git",
"baseUrl": "https://github.com/exponea/exponea-react-native-sdk"
},
"keywords": [
"react-native",
"exponea",
"exponea-sdk"
],
"author": {
"name": "Exponea",
"email": "contact@exponea.com"
},
"license": "MIT",
"licenseFilename": "https://opensource.org/licenses/MIT",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-native": "<=0.74.5"
},
"devDependencies": {
"@react-native/eslint-config": "^0.74.85",
"@rnx-kit/align-deps": "^2.0.1",
"@types/jest": "29.5.10",
"@types/react-native": "^0.66.12",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "8.54.0",
"jest": "29.2.1",
"jest-environment-node": "29.2.1",
"jest-config": "29.2.1",
"prettier": "^2.8.4",
"react": "18.2.0",
"react-native": "0.74.5",
"ts-jest": "29.1.1",
"typescript": "4.8.4",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-jest": "29.2.1"
}
}