UNPKG

@vue-macros/test-utils

Version:

Test utilities for Vue Macros.

57 lines 1.27 kB
{ "name": "@vue-macros/test-utils", "version": "3.1.2", "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" }, "dependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@sxzz/test-utils": "^0.5.11", "@vitejs/plugin-vue-jsx": "^5.1.1", "rollup": "^4.52.2", "unplugin-oxc": "^0.5.2", "unplugin-vue": "^7.0.1" }, "devDependencies": { "vite": "^7.1.7", "vue": "^3.5.22" }, "engines": { "node": ">=20.19.0" }, "scripts": {} }