@vue-macros/common
Version:
common feature from Vue Macros.
67 lines • 1.42 kB
JSON
{
"name": "@vue-macros/common",
"version": "3.0.0-beta.7",
"description": "common feature from Vue Macros.",
"type": "module",
"keywords": [
"vue-macros",
"macros",
"vue",
"sfc",
"setup",
"script-setup",
"common"
],
"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/common"
},
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
"funding": "https://github.com/sponsors/vue-macros",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./*"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"peerDependencies": {
"vue": "^2.7.0 || ^3.2.25"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
}
},
"dependencies": {
"@vue/compiler-sfc": "^3.5.13",
"ast-kit": "^1.4.2",
"local-pkg": "^1.1.1",
"magic-string-ast": "^0.8.0",
"unplugin-utils": "^0.2.4"
},
"devDependencies": {
"@babel/parser": "^7.26.10",
"@vitejs/plugin-vue": "^5.2.3"
},
"engines": {
"node": ">=20.18.0"
},
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
}
}