forked from Iterable/react-native-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "@iterable/react-native-sdk",
"version": "1.0.12",
"description": "Iterable SDK for React Native.",
"main": "./js/index.js",
"types": "./js/index.d.ts",
"scripts": {
"test": "jest",
"coverage": "jest --coverage"
},
"keywords": [
"react-native",
"Iterable"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Iterable/react-native-sdk.git"
},
"author": "Iterable",
"license": "MIT",
"homepage": "https://github.com/Iterable/react-native-sdk",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.2",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.23",
"@types/react-native": "^0.62.13",
"@types/react-test-renderer": "^16.9.2",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.0.0",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-standard": "^4.0.0",
"i": "^0.3.5",
"jest": "^26.0.1",
"react": "16.11.0",
"react-native": "^0.62.2",
"ts-jest": "^26.0.0",
"typescript": "^3.9.5"
},
"peerDependencies": {
"react-native": "^0.62.2"
}
}