|
3 | 3 | "description": "🎤 React Native Voice Recognition library for iOS and Android (Online and Offline Support)", |
4 | 4 | "main": "dist/index.js", |
5 | 5 | "types": "dist/index.d.ts", |
6 | | - "version": "3.2.7", |
| 6 | + "version": "3.2.8", |
7 | 7 | "keywords": [ |
8 | 8 | "android", |
9 | 9 | "ios", |
|
17 | 17 | "build:plugin": "tsc --build plugin", |
18 | 18 | "prepare": "yarn build && yarn build:plugin", |
19 | 19 | "sync": "cp -r ./dist example/node_modules/@pedrol2b/react-native-voice", |
20 | | - "semantic:release": "semantic-release", |
21 | 20 | "test": "jest --watchAll", |
22 | 21 | "test:watch": "jest --watch", |
23 | 22 | "test:coverage": "jest --coverage", |
|
38 | 37 | "@babel/core": "^7.24.4", |
39 | 38 | "@react-native-community/eslint-config": "^3.2.0", |
40 | 39 | "@react-native/babel-preset": "^0.75.0-main", |
41 | | - "@semantic-release/git": "^10.0.1", |
42 | 40 | "@testing-library/jest-dom": "^6.4.2", |
43 | 41 | "@testing-library/react": "^14.2.2", |
44 | 42 | "@tsconfig/node10": "^1.0.11", |
|
65 | 63 | "prettier": "^3.2.5", |
66 | 64 | "react": "18.2.0", |
67 | 65 | "react-native": "^0.73.6", |
68 | | - "semantic-release": "^23.0.7", |
69 | 66 | "ts-node": "^10.9.2", |
70 | 67 | "typescript": "^5.4.4" |
71 | 68 | }, |
|
0 commit comments