UNPKG

@vue-macros/short-vmodel

Version:

shortVmodel feature from Vue Macros.

67 lines 1.43 kB
{ "name": "@vue-macros/short-vmodel", "version": "3.0.0-beta.8", "description": "shortVmodel feature from Vue Macros.", "type": "module", "keywords": [ "vue-macros", "macros", "vue", "sfc", "setup", "script-setup", "short-vmodel" ], "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/short-vmodel" }, "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", "./api": "./dist/api.js", "./rolldown": "./dist/rolldown.js", "./rollup": "./dist/rollup.js", "./vite": "./dist/vite.js", "./*": "./*" }, "typesVersions": { "*": { "*": [ "./dist/*", "./*" ] } }, "publishConfig": { "access": "public", "tag": "next" }, "dependencies": { "@vue/compiler-core": "^3.5.13", "@vue-macros/common": "3.0.0-beta.8" }, "devDependencies": { "@vue/compiler-sfc": "^3.5.13" }, "engines": { "node": ">=20.18.0" }, "scripts": { "build": "tsup", "dev": "DEV=true tsup" } }