f88d79d6创建于 22 天前历史提交
{
  "name": "@opentiny/tiny-engine-vite-plugin-meta-comments",
  "version": "2.11.0",
  "description": "",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:legacy": "node ./test/legacy/index.js"
  },
  "devDependencies": {
    "@babel/generator": "^7.18.13",
    "@babel/parser": "^7.18.13",
    "@babel/template": "^7.18.13",
    "@babel/traverse": "^7.18.13",
    "@vitejs/plugin-vue": "^5.1.2",
    "@vue/compiler-sfc": "^3.4.21",
    "vite": "^5.4.2",
    "vitest": "^3.1.3"
  },
  "keywords": [],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/build/vite-plugin-meta-comments"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine"
}