{ "name": "@vue-macros/common", "version": "1.16.1", "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": "三咲智子 ", "files": [ "dist" ], "main": "dist/index.cjs", "module": "dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./*": "./*" }, "publishConfig": { "access": "public" }, "peerDependencies": { "vue": "^2.7.0 || ^3.2.25" }, "peerDependenciesMeta": { "vue": { "optional": true } }, "dependencies": { "@vue/compiler-sfc": "^3.5.13", "ast-kit": "^1.4.0", "local-pkg": "^1.0.0", "magic-string-ast": "^0.7.0", "pathe": "^2.0.2", "picomatch": "^4.0.2" }, "devDependencies": { "@babel/parser": "^7.26.5", "@vitejs/plugin-vue": "^5.2.1" }, "engines": { "node": ">=16.14.0" }, "scripts": { "build": "tsup", "dev": "DEV=true tsup" } }