{
  "name": "setupin",
  "type": "module",
  "version": "3.3.0-beta.1",
  "description": "Vue SFC? HTML! <script setup> in html",
  "author": "tofu-xx <tofu-xx@foxmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/tofu-xx",
  "homepage": "https://github.com/tofu-xx/setupin#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tofu-xx/setupin.git"
  },
  "bugs": {
    "url": "https://github.com/tofu-xx/setupin/issues"
  },
  "keywords": [
    "setup-script",
    "vue-cdn",
    "vue3",
    "html",
    "sfc"
  ],
  "sideEffects": false,
  "main": "dist/main.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "sfc2esm": "1.0.0-beta.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@antfu/ni": "^30.0.0",
    "@types/node": "^25.6.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.2.0",
    "eslint-plugin-format": "^2.0.1",
    "taze": "^19.11.0",
    "vite": "^6.0.11"
  },
  "scripts": {
    "build": "zsh scripts/build.zsh",
    "tag": "bumpp -no-push",
    "release": "nr tag && nr build && pnpm publish",
    "up": "taze major -I",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}