{ "name": "@stt-demo/stt-sdk-core", "version": "1.0.0", "description": "STT SDK Core - 语音转文字功能的核心TypeScript SDK", "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "dev": "vite build --watch", "build": "vite build", "test": "vitest", "test:coverage": "vitest --coverage", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "npm run lint --fix", "typecheck": "tsc --noEmit" }, "dependencies": { "agora-rtm": "^2.1.9" }, "peerDependencies": { "agora-rtm": "^2.1.9" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.55.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "jsdom": "^27.0.0", "prettier": "^3.2.5", "typescript": "^5.2.2", "vite": "^5.0.8", "vite-plugin-dts": "^3.6.4", "vitest": "^3.2.4" } }