@picovoice/rhino-react-native
Version:
Picovoice Rhino React Native binding
118 lines (117 loc) • 2.68 kB
JSON
{
"name": "@picovoice/rhino-react-native",
"version": "3.0.3",
"description": "Picovoice Rhino React Native binding",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"pkg": "cd pkg && npm pack .. && cd .."
},
"keywords": [
"react-native",
"ios",
"android",
"rhino",
"picovoice",
"nlu",
"intent",
"inference",
"speech recognition",
"voice commands",
"offline",
"private",
"voice",
"ai",
"voice assistant"
],
"repository": "https://github.com/Picovoice/rhino",
"author": "Picovoice <hello@picovoice.ai> (https://picovoice.ai)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Picovoice/rhino/issues"
},
"homepage": "https://github.com/Picovoice/rhino/#readme",
"devDependencies": {
"@picovoice/react-native-voice-processor": "1.2.3",
"@react-native-community/eslint-config": "^3.2.0",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.68.5",
"eslint": "^8.28.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "17.0.2",
"react-native": "0.68.5",
"react-native-builder-bob": "^0.18.3",
"typescript": "^4.9.3"
},
"peerDependencies": {
"@picovoice/react-native-voice-processor": "= 1.2.3",
"react": ">= 17.0",
"react-native": ">= 0.63"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
]
},
"eslintConfig": {
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/",
"test-app/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"dependencies": {},
"files": [
"*",
"!node_modules",
"!pkg",
"!test-app"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
}
}