f88d79d6创建于 18 天前历史提交
{
  "name": "@opentiny/tiny-engine-utils",
  "version": "2.11.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest"
  },
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/utils"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "devDependencies": {
    "@types/wicg-file-system-access": "^2023.10.6",
    "vite": "^5.4.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^1.4.0"
  },
  "dependencies": {
    "jszip": "^3.10.1"
  },
  "peerDependencies": {
    "@opentiny/vue-renderless": "^3.20.0",
    "vue": "^3.4.15"
  }
}