UNPKG

@vue-macros/test-utils

Version:

Test utilities for Vue Macros.

60 lines 1.33 kB
{ "name": "@vue-macros/test-utils", "version": "3.0.0-beta.8", "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", "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.4", "@vitejs/plugin-vue-jsx": "^4.1.2", "rollup": "^4.39.0", "unplugin-oxc": "^0.3.3", "unplugin-vue": "^6.0.1" }, "devDependencies": { "vite": "^6.2.5", "vue": "^3.5.13" }, "engines": { "node": ">=20.18.0" }, "scripts": { "build": "tsup", "dev": "DEV=true tsup --watch" } }