UNPKG

@sayna-ai/node-sdk

Version:

Node.js SDK for Sayna.ai server-side WebSocket connections

65 lines (64 loc) 1.47 kB
{ "name": "@sayna-ai/node-sdk", "version": "0.0.10", "description": "Node.js SDK for Sayna.ai server-side WebSocket connections", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "bun run build.ts", "test": "bun test", "test:watch": "bun test --watch", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "prepublishOnly": "bun run typecheck && bun run lint && bun run build", "prepack": "bun run build" }, "keywords": [ "sayna", "websocket", "sdk", "server" ], "author": "@sayna-ai", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SaynaAi/saysdk" }, "bugs": { "url": "https://github.com/SaynaAi/saysdk/issues" }, "homepage": "https://sayna.ai", "engines": { "node": ">=18.0.0" }, "devDependencies": { "@types/bun": "latest", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "eslint": "^9.37.0", "prettier": "^3.6.2" }, "peerDependencies": { "typescript": "^5.9.3" }, "publishConfig": { "access": "public" } }