|
1 | 1 | { |
2 | 2 | "name": "instabug-reactnative", |
3 | | - "version": "11.0.2", |
4 | 3 | "description": "React Native plugin for integrating the Instabug SDK", |
| 4 | + "version": "11.0.2", |
| 5 | + "author": "Instabug (https://instabug.com)", |
| 6 | + "repository": "github:Instabug/Instabug-React-Native", |
| 7 | + "homepage": "https://www.instabug.com/platforms/react-native", |
| 8 | + "bugs": "https://github.com/Instabug/Instabug-React-Native/issues", |
| 9 | + "license": "MIT", |
5 | 10 | "main": "index.js", |
6 | 11 | "types": "index.d.ts", |
7 | | - "repository": { |
8 | | - "type": "git", |
9 | | - "url": "git+https://github.com/Instabug/instabug-reactnative.git" |
10 | | - }, |
11 | 12 | "keywords": [ |
12 | 13 | "react-native", |
13 | | - "bug", |
14 | | - "reporting", |
15 | | - "feedback", |
16 | 14 | "instabug", |
17 | | - "sdk" |
| 15 | + "debugging", |
| 16 | + "errors", |
| 17 | + "exceptions", |
| 18 | + "logging", |
| 19 | + "reporting", |
| 20 | + "feedback" |
18 | 21 | ], |
19 | | - "author": "Hossam Hassan && Yousef Hamza", |
20 | | - "license": "MIT", |
21 | | - "bugs": { |
22 | | - "url": "https://github.com/Instabug/instabug-reactnative/issues" |
| 22 | + "scripts": { |
| 23 | + "test": "jest && codecov" |
| 24 | + }, |
| 25 | + "peerDependencies": { |
| 26 | + "react": ">=16.8.6", |
| 27 | + "react-native": ">=0.60.0" |
23 | 28 | }, |
24 | | - "homepage": "https://github.com/Instabug/instabug-reactnative#readme", |
25 | 29 | "devDependencies": { |
26 | 30 | "babel-core": "7.0.0-bridge.0", |
27 | 31 | "babel-jest": "^24.8.0", |
|
35 | 39 | "typescript": "4.0.3", |
36 | 40 | "wait-for-expect": "^1.2.0" |
37 | 41 | }, |
38 | | - "peerDependencies": { |
39 | | - "react": ">=16.8.6", |
40 | | - "react-native": ">=0.60.0" |
41 | | - }, |
42 | 42 | "jest": { |
43 | 43 | "preset": "react-native", |
| 44 | + "coverageDirectory": "./coverage/", |
| 45 | + "collectCoverage": true, |
44 | 46 | "modulePathIgnorePatterns": [ |
45 | 47 | "InstabugSample" |
46 | | - ], |
47 | | - "coverageDirectory": "./coverage/", |
48 | | - "collectCoverage": true |
49 | | - }, |
50 | | - "scripts": { |
51 | | - "test": "jest && ./node_modules/.bin/codecov" |
| 48 | + ] |
52 | 49 | } |
53 | 50 | } |
0 commit comments