{
  "name": "spark-desk",
  "version": "2.0.1",
  "description": "使用WebSocket调用 讯飞星火认知大模型 的js库",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/types/src/index.d.ts",
  "typings": "./dist/types/src/index.d.ts",
  "type": "module",
  "scripts": {
    "dev": "rollup --config rollup.config.mjs -w",
    "build": "rollup --config rollup.config.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ting-xing/spark-desk"
  },
  "keywords": [
    "星火大模型",
    "SparkDesk",
    "人工智能",
    "AI"
  ],
  "author": "自由如风",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/crypto-js": "^4.1.1",
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.1",
    "@types/ws": "^8.5.5",
    "dotenv": "^16.3.1",
    "jest": "^29.6.3",
    "rollup": "^3.28.1",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "crypto-js": "^4.1.1",
    "ws": "^8.13.0"
  },
  "files": [
    "dist"
  ]
}
