Cchilinglingv2.0.0
26b32b22创建于 2024年12月12日历史提交
{
  "name": "@opentiny/tiny-engine-theme-light",
  "version": "2.0.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build && rimraf dist/index.js"
  },
  "type": "module",
  "main": "dist/style.css",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/theme/light"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "devDependencies": {
    "@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
    "rimraf": "^6.0.1",
    "vite": "^5.4.2"
  }
}