{
  "name": "@vureact/compiler-core",
  "version": "1.10.0",
  "description": "A smart compiler for migrating Vue to React",
  "author": "Ruihong Zhong (Ryan John)",
  "license": "MIT",
  "type": "module",
  "main": "./lib/compiler-core.js",
  "module": "./lib/compiler-core.esm.js",
  "types": "./lib/compiler-core.d.ts",
  "exports": {
    ".": {
      "types": "./lib/compiler-core.d.ts",
      "import": "./lib/compiler-core.esm.js",
      "require": "./lib/compiler-core.js"
    }
  },
  "files": [
    "bin",
    "lib"
  ],
  "keywords": [
    "vue",
    "react",
    "vureact",
    "vue2react",
    "vue-to-react",
    "compiler",
    "transformer",
    "vue3",
    "react18",
    "migration",
    "typescript",
    "jsx",
    "sfc",
    "veaury",
    "vuera",
    "vue3-to-react",
    "vue-react",
    "react-vue",
    "vue-in-react",
    "code-migration",
    "framework-migration",
    "vue-migration",
    "react-conversion",
    "single-file-components",
    "progressive-migration",
    "automated-refactoring",
    "cross-framework"
  ],
  "homepage": "https://vureact.top/en",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vureact-js/core.git",
    "directory": "packages/compiler-core"
  },
  "bugs": {
    "url": "https://github.com/vureact-js/core/issues"
  },
  "bin": {
    "vureact": "bin/vureact.js"
  },
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:fixture": "jest --no-coverage compiler-fixtures -t",
    "test:fixture-update": "node -e \"process.env.UPDATE_COMPILER_CORE_FIXTURES='1'; require('child_process').execSync('jest --no-coverage compiler-fixtures -t ' + (process.argv[1] || ''), { stdio: 'inherit', shell: true })\"",
    "prepublishOnly": "npm run build && npm run test:coverage"
  },
  "peerDependencies": {
    "prettier": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "prettier": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/core": "^7.28.5",
    "@babel/generator": "^7.28.3",
    "@babel/parser": "^7.28.4",
    "@babel/traverse": "^7.28.4",
    "@babel/types": "^7.28.4",
    "@vue/compiler-core": "^3.5.22",
    "@vue/compiler-sfc": "^3.5.22",
    "cac": "^6.7.14",
    "chokidar": "^5.0.0",
    "kleur": "^4.1.5",
    "less": "^4.5.1",
    "minimatch": "^10.1.1",
    "ora": "^9.1.0",
    "postcss": "^8.5.6",
    "postcss-selector-parser": "^7.1.1",
    "proper-lockfile": "^4.1.2",
    "sass": "^1.97.3",
    "tsx": "^4.21.0",
    "update-notifier": "^7.3.1",
    "xxhashjs": "^0.2.2"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}