{
  "name": "@cmfx/core",
  "version": "0.15.0",
  "type": "module",
  "description": "提供 cmfx 的前端核心功能",
  "author": {
    "name": "caixw",
    "url": "https://caixw.io"
  },
  "homepage": "https://github.com/issue9/cmfx",
  "bugs": {
    "url": "https://github.com/issue9/cmfx/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/issue9/cmfx",
    "directory": "packages/core"
  },
  "keywords": [
    "cmfx",
    "core"
  ],
  "license": "MIT",
  "files": [
    "lib/",
    "README.md",
    "LICENSE"
  ],
  "types": "./lib/index.d.ts",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./style.css": "./lib/style.css"
  },
  "dependencies": {
    "bowser": "^2.14.1",
    "cbor2": "^2.3.0",
    "intl-messageformat": "^11.2.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "yaml": "^2.8.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "typescript": "^6.0.2",
    "vite": "^8.0.3",
    "vite-plugin-dts": "^4.5.4",
    "vitest-fetch-mock": "^0.4.5",
    "vitest": "^4.1.2"
  },
  "scripts": {
    "build": "vite build"
  }
}