f88d79d6创建于 21 天前历史提交
{
  "name": "@opentiny/tiny-engine-dsl-vue",
  "version": "2.11.0",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/tiny-engine-dsl-vue.cjs",
  "module": "dist/tiny-engine-dsl-vue.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "test": "npx nyc@latest --reporter=lcov node test/test_generator.js",
    "test:latest": "npm run build && node test/testcases/full/index.js",
    "test:unit": "vitest",
    "coverage": "vitest run --coverage",
    "publish:npm": "npm publish --verbose"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/vue-generator"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "dependencies": {
    "@opentiny/tiny-engine-builtin-component": "workspace:*",
    "@opentiny/tiny-engine-utils": "workspace:*",
    "@vue/compiler-sfc": "3.2.45",
    "@vue/shared": "^3.3.4",
    "vue": "^3.4.15",
    "vue-eslint-parser": "8.3.0"
  },
  "devDependencies": {
    "@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
    "@vitest/coverage-v8": "^1.4.0",
    "dir-compare": "^4.2.0",
    "eslint": "^8.12.0",
    "fs-extra": "^10.0.1",
    "prettier": "^2.6.1",
    "vite": "^5.4.2",
    "vite-plugin-static-copy": "^1.0.6",
    "vitest": "^1.4.0",
    "winston": "^3.10.0"
  },
  "peerDependencies": {
    "@babel/generator": "^7.18.13",
    "@babel/parser": "^7.18.13",
    "@babel/traverse": "^7.18.13",
    "eslint": "^8.57.1"
  }
}