{
  "$schema": "https://www.schemastore.org/package",
  "name": "@skaldapp/loader-sfc",
  "version": "2.4.59",
  "description": "A lightweight library that enables loading Vue 3 Single File Components (.vue files) directly in the browser at runtime without requiring a build step. Supports TypeScript and JSX transformations for dynamic component loading.",
  "keywords": [
    "vue",
    "sfc",
    "loader",
    "runtime",
    "typescript",
    "jsx",
    "dynamic",
    "components"
  ],
  "homepage": "https://github.com/skaldapp/loader-sfc#readme",
  "bugs": {
    "url": "https://github.com/skaldapp/loader-sfc/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skaldapp/loader-sfc.git"
  },
  "license": "AGPL-3.0-only",
  "author": "Jerry Bruwes <jbruwes@gmail.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/loader-sfc.js"
  },
  "main": "./dist/loader-sfc.js",
  "types": "./dist/loader-sfc.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json && vite build",
    "lint": "eslint ."
  },
  "prettier": "@skaldapp/configs/prettierrc",
  "dependencies": {
    "@vue/compiler-sfc": "^3.5.35",
    "hash-sum": "^2.0.0",
    "sucrase": "^3.35.1"
  },
  "devDependencies": {
    "@skaldapp/configs": "^1.4.3",
    "@types/hash-sum": "^1.0.2",
    "@types/node": "^25.9.2",
    "@typescript-eslint/eslint-plugin": "^8.60.1",
    "@typescript-eslint/parser": "^8.60.1",
    "eslint": "^10.4.1",
    "terser": "^5.48.0",
    "typescript-eslint": "^8.60.1",
    "vite": "^8.0.16"
  }
}
