UNPKG

phonic

Version:
66 lines (65 loc) 1.49 kB
{ "name": "phonic", "version": "0.29.0", "description": "Phonic Node.js SDK", "scripts": { "build": "tsup", "check": "biome check --write", "ct": "bun check && bun tsc", "ci": "bun tsc && biome ci && bun test", "version": "changeset version && bun check", "release": "bun run build && changeset publish" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "repository": { "type": "git", "url": "git+https://github.com/Phonic-Co/phonic-node.git" }, "homepage": "https://github.com/Phonic-Co/phonic-node#readme", "bugs": { "url": "https://github.com/Phonic-Co/phonic-node/issues" }, "dependencies": { "ws": "8.18.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@changesets/changelog-github": "0.5.1", "@changesets/cli": "2.29.4", "@types/bun": "1.2.16", "@types/ws": "8.18.1", "tsup": "8.5.0", "typescript": "5.8.3", "zod": "3.25.63" }, "files": ["dist/**"], "author": { "name": "Phonic", "url": "https://phonic.co" }, "keywords": [ "phonic", "speech-to-speech", "javascript", "typescript", "ai", "voice", "audio", "sdk" ], "license": "MIT" }