forked from braze-inc/braze-react-native-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "react-native-appboy-sdk",
"version": "1.7.2",
"description": "Braze SDK for React Native.",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint index.js */**.js",
"lint-fix": "./node_modules/.bin/eslint --fix index.js */**.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Appboy/appboy-react-sdk.git"
},
"keywords": [
"appboy",
"braze",
"react",
"native",
"react-native",
"ios",
"android",
"push",
"in-app",
"analytics",
"segmentation"
],
"author": "Appboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Appboy/appboy-react-sdk/issues"
},
"homepage": "https://github.com/Appboy/appboy-react-sdk#readme",
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-jsx": "^3.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-standard": "^2.0.0",
"i": "^0.3.5",
"jest": "^22.4.3",
"react": "^16.3.2",
"react-native": "^0.55.4"
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/AppboyProject/",
"<rootDir>/HelloReact/"
],
"testMatch": [
"<rootDir>/__tests__/**/*.js?(x)"
],
"preset": "react-native"
}
}