UNPKG

vue3-test-config

Version:
46 lines (45 loc) 927 B
{ "name": "vue3-test-config", "version": "1.0.0", "description": "Vue3项目测试环境自动配置工具", "type": "module", "main": "index.js", "bin": { "vue3-test-config": "index.js" }, "scripts": { "start": "node index.js" }, "dependencies": {}, "keywords": [ "vue3", "vitest", "cypress", "test-config", "coverage", "unit-test", "e2e-test", "vue", "testing" ], "author": { "name": "wcd126yx", "email": "wcd126yx@126.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/wcd126yx/vue3-test-config.git" }, "homepage": "https://github.com/wcd126yx/vue3-test-config#readme", "bugs": { "url": "https://github.com/wcd126yx/vue3-test-config/issues" }, "engines": { "node": ">=16.0.0" }, "files": [ "index.js", "README.md" ] }