@picovoice/leopard-react-native
Version:
Picovoice Leopard React Native binding
140 lines (139 loc) • 3.14 kB
JSON
{
"name": "@picovoice/leopard-react-native",
"version": "2.0.3",
"description": "Picovoice Leopard 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",
"leopard",
"picovoice",
"speech to text",
"transcription",
"offline",
"private",
"voice ai",
"speech recognition"
],
"repository": "https://github.com/Picovoice/leopard",
"author": "Picovoice <hello@picovoice.ai> (https://picovoice.ai)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Picovoice/leopard/issues"
},
"homepage": "https://github.com/Picovoice/leopard/#readme",
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^5.1.1",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.68.7",
"commitlint": "^17.3.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"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",
"release-it": "^15.4.1",
"typescript": "^4.9.3"
},
"peerDependencies": {
"react": ">= 17.0",
"react-native": ">= 0.63"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/lib/",
"<rootDir>/test-app/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"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"
]
}
}