{
  "name": "baidu-llm-api",
  "version": "0.0.1",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/types/index.d.ts",
  "scripts": {
    "dev": "npx tsc -p tsconfig-dev.json --watch",
    "demo": "node demos/index.js",
    "build": "rm -fr lib; npx tsc -p tsconfig-release.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhangwentao/baidu-llm-api.git"
  },
  "keywords": [],
  "author": "zhangwentao",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zhangwentao/baidu-llm-api/issues"
  },
  "homepage": "https://github.com/zhangwentao/baidu-llm-api#readme",
  "devDependencies": {
    "@types/node": "^20.6.0",
    "typescript": "^5.2.2",
    "dotenv": "^16.3.1"
  },
  "dependencies": {
    "axios": "^1.5.0"
  }
}
