@voicefeedback/sdk
Version:
Modern voice feedback SDK with beautiful UI components and AI-powered analysis
79 lines (78 loc) • 1.81 kB
JSON
{
"name": "@voicefeedback/sdk",
"version": "1.0.3",
"description": "Modern voice feedback SDK with beautiful UI components and AI-powered analysis",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
},
"./react": {
"types": "./dist/react.d.ts",
"import": "./dist/react.esm.js",
"require": "./dist/react.js"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"prepublishOnly": "npm run build",
"test-integration": "node test-integration.js"
},
"keywords": [
"voice",
"feedback",
"audio",
"recording",
"transcription",
"sentiment-analysis",
"api",
"sdk",
"speech-to-text",
"voice-analysis"
],
"author": {
"name": "Xavier Rion",
"email": "xavier@voicefeedback.com",
"url": "https://voicefeedback.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/voicefeedback/sdk.git"
},
"homepage": "https://voicefeedback.com",
"bugs": {
"url": "https://github.com/voicefeedback/sdk/issues"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"jest": "^29.0.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"typescript": "^5.0.0"
},
"dependencies": {}
}