UNPKG

xfyun-client-sdk

Version:
49 lines (48 loc) 1.11 kB
{ "name": "xfyun-client-sdk", "version": "0.1.12", "description": "xunfei voice sdk", "main": "dist/index.ts", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" }, "./*": "./dist/*" }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "prepublishOnly": "npm run build" }, "keywords": [ "tts", "xfyun", "speech" ], "author": "huangchao", "license": "MIT", "dependencies": { "crypto-js": "^4.2.0" }, "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/crypto-js": "^4.2.2", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.8.1" }, "repository": { "type": "git", "url": "https://github.com/666-arch/xfyun-client-sdk.git" } }