@vue-macros/reactivity-transform
Version:
reactivityTransform feature from Vue Macros.
79 lines • 1.75 kB
JSON
{
"name": "@vue-macros/reactivity-transform",
"version": "3.0.0-beta.7",
"description": "reactivityTransform feature from Vue Macros.",
"type": "module",
"keywords": [
"vue-macros",
"macros",
"vue",
"sfc",
"setup",
"script-setup",
"reactivity-transform",
"unplugin"
],
"license": "MIT",
"homepage": "https://vue-macros.dev",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-macros/vue-macros.git",
"directory": "packages/reactivity-transform"
},
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
"funding": "https://github.com/sponsors/vue-macros",
"files": [
"*.d.ts",
"dist"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./api": "./dist/api.js",
"./esbuild": "./dist/esbuild.js",
"./rolldown": "./dist/rolldown.js",
"./rollup": "./dist/rollup.js",
"./rspack": "./dist/rspack.js",
"./vite": "./dist/vite.js",
"./webpack": "./dist/webpack.js",
"./*": [
"./*",
"./*.d.ts"
]
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"peerDependencies": {
"vue": "^2.7.0 || ^3.2.25"
},
"dependencies": {
"@babel/parser": "^7.26.10",
"@vue/compiler-core": "^3.5.13",
"@vue/shared": "^3.5.13",
"magic-string": "^0.30.17",
"unplugin": "^2.2.1",
"@vue-macros/common": "3.0.0-beta.7"
},
"engines": {
"node": ">=20.18.0"
},
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
}
}