|
1 | 1 | { |
2 | | - "name": "react-native-android-notification-listener", |
3 | | - "title": "React Native Android Notification Listener", |
4 | | - "version": "5.0.1", |
5 | | - "description": "React Native Android Notification Listener - Listen for status bar notifications from all applications", |
6 | | - "main": "index.js", |
7 | | - "typings": "index.d.ts", |
8 | | - "scripts": { |
9 | | - "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
10 | | - "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", |
11 | | - "prepare": "cd .. && husky install && cd package" |
12 | | - }, |
13 | | - "repository": { |
14 | | - "type": "git", |
15 | | - "url": "git+https://github.com/leandrosimoes/react-native-android-notification-listener.git", |
16 | | - "baseUrl": "https://github.com/leandrosimoes/react-native-android-notification-listener" |
17 | | - }, |
18 | | - "keywords": [ |
19 | | - "react-native", |
20 | | - "android", |
21 | | - "notification", |
22 | | - "listener" |
23 | | - ], |
24 | | - "author": { |
25 | | - "name": "Leandro Simões", |
26 | | - |
27 | | - }, |
28 | | - "license": "MIT", |
29 | | - "licenseFilename": "LICENSE", |
30 | | - "readmeFilename": "README.md", |
31 | | - "peerDependencies": { |
32 | | - "react": "^18.0.0", |
33 | | - "react-native": ">=0.69.0" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "@commitlint/cli": "^17.3.0", |
37 | | - "@commitlint/config-conventional": "^17.3.0", |
38 | | - "@react-native-community/eslint-config": "^3.0.3", |
39 | | - "@types/react-native": "^0.69.0", |
40 | | - "@types/react-redux": "^7.1.24", |
41 | | - "eslint": "^8.18.0", |
42 | | - "eslint-config-airbnb": "^19.0.4", |
43 | | - "eslint-config-prettier": "^8.5.0", |
44 | | - "eslint-import-resolver-node": "^0.3.6", |
45 | | - "eslint-plugin-import": "^2.26.0", |
46 | | - "eslint-plugin-jsx-a11y": "^6.6.0", |
47 | | - "eslint-plugin-prettier": "^4.0.0", |
48 | | - "eslint-plugin-react": "^7.30.1", |
49 | | - "eslint-plugin-react-hooks": "^4.6.0", |
50 | | - "husky": "^8.0.2", |
51 | | - "prettier": "^2.7.1", |
52 | | - "react": "^18.0.0", |
53 | | - "react-native": "^0.69.0" |
54 | | - } |
| 2 | + "name": "react-native-android-notification-listener", |
| 3 | + "title": "React Native Android Notification Listener", |
| 4 | + "version": "5.0.1", |
| 5 | + "description": "React Native Android Notification Listener - Listen for status bar notifications from all applications", |
| 6 | + "main": "index.js", |
| 7 | + "typings": "index.d.ts", |
| 8 | + "scripts": { |
| 9 | + "lint": "eslint . --ext .js,.jsx,.ts,.tsx && prettier . -c", |
| 10 | + "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix && prettier -w .", |
| 11 | + "prepare": "cd .. && husky install && cd package" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git+https://github.com/leandrosimoes/react-native-android-notification-listener.git", |
| 16 | + "baseUrl": "https://github.com/leandrosimoes/react-native-android-notification-listener" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "react-native", |
| 20 | + "android", |
| 21 | + "notification", |
| 22 | + "listener" |
| 23 | + ], |
| 24 | + "author": { |
| 25 | + "name": "Leandro Simões", |
| 26 | + |
| 27 | + }, |
| 28 | + "license": "MIT", |
| 29 | + "licenseFilename": "LICENSE", |
| 30 | + "readmeFilename": "README.md", |
| 31 | + "peerDependencies": { |
| 32 | + "react": "^18.0.0", |
| 33 | + "react-native": ">=0.69.0" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@commitlint/cli": "^17.3.0", |
| 37 | + "@commitlint/config-conventional": "^17.3.0", |
| 38 | + "@react-native-community/eslint-config": "^3.0.3", |
| 39 | + "@types/react-native": "^0.69.0", |
| 40 | + "@types/react-redux": "^7.1.24", |
| 41 | + "eslint": "^8.18.0", |
| 42 | + "eslint-config-airbnb": "^19.0.4", |
| 43 | + "eslint-config-prettier": "^8.5.0", |
| 44 | + "eslint-import-resolver-node": "^0.3.6", |
| 45 | + "eslint-plugin-import": "^2.26.0", |
| 46 | + "eslint-plugin-jsx-a11y": "^6.6.0", |
| 47 | + "eslint-plugin-prettier": "^4.0.0", |
| 48 | + "eslint-plugin-react": "^7.30.1", |
| 49 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 50 | + "husky": "^8.0.2", |
| 51 | + "prettier": "^2.8.1", |
| 52 | + "react": "^18.0.0", |
| 53 | + "react-native": "^0.69.0" |
| 54 | + } |
55 | 55 | } |
0 commit comments