64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "@vue-macros/common",
|
|
"version": "3.0.0-beta.16",
|
|
"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.17",
|
|
"ast-kit": "^2.1.1",
|
|
"local-pkg": "^1.1.1",
|
|
"magic-string-ast": "^1.0.0",
|
|
"unplugin-utils": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/parser": "^7.28.0",
|
|
"@vitejs/plugin-vue": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"scripts": {}
|
|
} |