UNPKG

@react-native-voice/voice

Version:

React Native Native Voice library for iOS and Android

56 lines (55 loc) 1.56 kB
{ "name": "@react-native-voice/voice", "description": "React Native Native Voice library for iOS and Android", "version": "3.2.4", "author": "Sam Wenke <samwenke@gmail.com>", "private": false, "homepage": "https://github.com/react-native-voice/voice", "devDependencies": { "@react-native-community/eslint-config": "^0.0.7", "@semantic-release/git": "^9.0.0", "@tsconfig/node10": "^1.0.7", "@types/invariant": "^2.2.31", "@types/react-native": "0.61.17", "eslint": "^6.8.0", "lint-staged": "^7.2.0", "react": "16.4.2", "react-native": "^0.56.0", "semantic-release": "^17.0.4", "typescript": "3.8.3" }, "keywords": [ "android", "ios", "react-native", "speech", "voice" ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "peerDependencies": { "react-native": ">= 0.60.2" }, "repository": { "type": "git", "url": "git://github.com/react-native-voice/voice.git" }, "scripts": { "lint": "eslint src/*", "semantic-release": "semantic-release", "start": "yarn --cwd example start", "ios": "yarn --cwd example ios", "android": "yarn --cwd example android", "prepare": "yarn build && yarn build:plugin", "build": "tsc", "dev-sync": "cp -r ./dist example/node_modules/@react-native-voice/voice", "type-check": "tsc -noEmit", "build:plugin": "tsc --build plugin", "lint:plugin": "eslint plugin/src/*" }, "dependencies": { "invariant": "^2.2.4", "@expo/config-plugins": "^2.0.0" } }