UNPKG

@moonshine-ai/moonshine-js

Version:

On-device speech-to-text and voice control for web applications with Moonshine.

60 lines (59 loc) 1.56 kB
{ "name": "@moonshine-ai/moonshine-js", "version": "0.1.29", "description": "On-device speech-to-text and voice control for web applications with Moonshine.", "type": "module", "scripts": { "build": "npm run docs && npx rollup --config", "dev": "npm run build && npx vite", "docs": "npx typedoc" }, "author": "Moonshine AI", "license": "MIT", "dependencies": { "@huggingface/transformers": "^3.3.3", "@ricky0123/vad-web": "file:../vad-moonshine/packages/web", "llama-tokenizer-js": "^1.2.2", "onnxruntime-web": "^1.22.0" }, "devDependencies": { "@huggingface/hub": "^0.19.0", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "rollup": "^4.27.4", "rollup-plugin-import-css": "^3.5.8", "rollup-plugin-svg-import": "^3.0.0", "tslib": "^2.8.1", "typedoc-github-theme": "^0.3.0", "typescript": "^5.7.2", "vite": "^6.0.3" }, "exports": { ".": { "import": "./dist/moonshine.min.js" } }, "main": "dist/moonshine.min.js", "directories": { "example": "example" }, "repository": { "type": "git", "url": "git+https://github.com/moonshine-ai/moonshine-js.git" }, "keywords": [ "asr", "speech-to-text", "voice-control", "on-device", "tinyml", "speech", "recognition" ], "bugs": { "url": "https://github.com/moonshine-ai/moonshine-js/issues" }, "homepage": "https://dev.moonshine.ai/#js" }