UNPKG

@vue-macros/test-utils

Version:

Test utilities for Vue Macros.

58 lines 1.31 kB
{ "name": "@vue-macros/test-utils", "version": "3.0.0-beta.21", "description": "Test utilities for Vue Macros.", "type": "module", "keywords": [ "vue-macros", "macros", "vue", "sfc", "setup", "script-setup", "test-utils" ], "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/test-utils" }, "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" }, "dependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@sxzz/test-utils": "^0.5.9", "@vitejs/plugin-vue-jsx": "^5.0.1", "rollup": "^4.46.2", "unplugin-oxc": "^0.4.9", "unplugin-vue": "^7.0.1" }, "devDependencies": { "vite": "^7.0.6", "vue": "^3.5.18" }, "engines": { "node": ">=20.18.0" }, "scripts": {} }