@p0llen/speaker-detector-client
Version:
React components and hooks for live speaker detection and mic analysis.
53 lines (52 loc) • 1.31 kB
JSON
{
"name": "@p0llen/speaker-detector-client",
"version": "0.7.6",
"description": "React components and hooks for live speaker detection and mic analysis.",
"main": "dist/index.js",
"files": [
"dist/**",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf dist",
"build": "babel src --out-dir dist --copy-files",
"pack": "npm pack",
"clean-pack": "npm run clean && npm run build && npm run pack",
"dev": "vite --config demo/vite.config.js",
"demo:build": "vite build --config demo/vite.config.js",
"demo:preview": "vite preview --config demo/vite.config.js"
},
"keywords": [
"react",
"speaker",
"microphone",
"ai",
"detection",
"audio",
"voice",
"pollen"
],
"author": "Lara Whybrow",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.6"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.23.0",
"@babel/preset-react": "^7.27.1",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-module-resolver": "^5.0.2",
"rimraf": "^5.0.10",
"vite": "^5.4.8"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}