{
  "name": "@kernlang/vue",
  "version": "4.1.0",
  "description": "Kern Vue/Nuxt transpilers — Vue 3 SFC + Nuxt 3 output",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "kern",
    "llm",
    "vue",
    "nuxt",
    "transpiler",
    "ai"
  ],
  "license": "AGPL-3.0",
  "dependencies": {
    "@kernlang/core": "4.1.0"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "pnpm run build && node ../../scripts/run-node-tests.mjs \"tests/**/*.test.ts\""
  }
}