@hamsa-ai/voice-agents-sdk
Version:
Hamsa AI - Voice Agents JavaScript SDK
66 lines (65 loc) • 1.57 kB
JSON
{
"name": "@hamsa-ai/voice-agents-sdk",
"version": "0.2.7",
"description": "Hamsa AI - Voice Agents JavaScript SDK",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"types": "types/main.d.ts",
"exports": {
".": {
"types": "./types/main.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"browser": "./dist/index.umd.js"
}
},
"files": [
"dist",
"types",
"README.md"
],
"scripts": {
"clean": "rimraf dist types",
"build:types": "tsc",
"build:webpack": "webpack --config webpack.config.js",
"build": "npm run clean && npm run build:types && npm run build:webpack",
"prepare": "npm run build"
},
"author": "Hamsa AI Inc.",
"license": "MIT",
"devDependencies": {
"audio-worklet-loader": "^1.1.0",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"typescript": "^5.5.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"events": "^3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hamsa-ai/voice-agents-sdk.git"
},
"keywords": [
"arab",
"voice",
"agent",
"web",
"nodejs",
"sdk",
"hamsa",
"ai"
],
"bugs": {
"url": "https://github.com/hamsa-ai/voice-agents-sdk/issues"
},
"homepage": "https://github.com/hamsa-ai/voice-agents-sdk#readme"
}