Files
vuepress/packages/@vuepress/test-utils/package.json
T
2019-09-05 20:33:31 -04:00

43 lines
1.1 KiB
JSON

{
"name": "@vuepress/test-utils",
"version": "1.0.4",
"description": "test-utils for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/test-utils"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@types/jest": "^24.0.9",
"@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/core": "^1.0.4",
"@vuepress/shared-utils": "^1.0.4",
"babel-jest": "^24.7.1",
"execa": "^1.0.0",
"jest": "^24.7.1",
"jest-serializer-vue": "^2.0.2",
"ts-jest": "^24.0.2",
"vue": "^2.5.16",
"vue-jest": "^4.0.0-beta.1",
"vue-template-compiler": "^2.5.16"
},
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/test-utils#readme"
}