{
  "name": "setupin",
  "type": "module",
  "version": "3.2.0",
  "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"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.9.1",
    "@antfu/ni": "^0.23.0",
    "@types/node": "^22.9.0",
    "bumpp": "^9.8.1",
    "eslint": "^9.15.0",
    "eslint-plugin-format": "^0.1.2",
    "taze": "^0.18.0",
    "vite": "^5.4.11"
  },
  "dependencies": {
    "sfc2esm": "^0.0.9"
  },
  "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"
  }
}