{
  "name": "yhzx-ecc-web-sdk",
  "version": "1.0.3",
  "description": "银湖中学班牌web应用对接sdk",
  "author": "PhysicalPoint",
  "homepage": "https://www.physicalpoint.com/",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "deploy:npm": "npm run build && npm publish"
  },
  "files": [
    "dist",
    "types"
  ],
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.4.2",
    "vite": "^5.4.6",
    "vite-plugin-banner": "^0.7.1"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "main": "dist/yhzx-ecc-web-sdk.umd.js",
  "typings": "types/index.d.ts",
  "packageManager": "pnpm@9.15.1",
  "volta": {
    "node": "20.11.1"
  }
}
