|
- {
- "name": "@vue-macros/common",
- "version": "1.1.4",
- "packageManager": "pnpm@7.30.0",
- "description": "common feature from Vue Macros.",
- "keywords": [
- "vue-macros",
- "macros",
- "vue",
- "sfc",
- "setup",
- "script-setup",
- "common"
- ],
- "license": "MIT",
- "homepage": "https://github.com/sxzz/unplugin-vue-macros#readme",
- "bugs": {
- "url": "https://github.com/sxzz/unplugin-vue-macros/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sxzz/unplugin-vue-macros.git",
- "directory": "packages/common"
- },
- "author": "三咲智子 <sxzz@sxzz.moe>",
- "files": [
- "dist"
- ],
- "main": "./dist/index.js",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "dev": "./src/index.ts",
- "types": "./dist/index.d.ts",
- "require": "./dist/index.js",
- "import": "./dist/index.mjs"
- },
- "./*": "./*"
- },
- "peerDependencies": {
- "vue": "^2.7.0 || ^3.2.25"
- },
- "peerDependenciesMeta": {
- "vue": {
- "optional": true
- }
- },
- "dependencies": {
- "@babel/types": "^7.21.3",
- "@rollup/pluginutils": "^5.0.2",
- "@vue/compiler-sfc": "^3.2.47",
- "local-pkg": "^0.4.3",
- "magic-string-ast": "^0.1.2"
- },
- "devDependencies": {
- "@babel/parser": "^7.21.3",
- "estree-walker": "^3.0.3"
- },
- "engines": {
- "node": ">=14.19.0"
- },
- "scripts": {
- "build": "tsup && tsx ../../scripts/postbuild.mts",
- "dev": "DEV=true tsup"
- }
- }
|