Files
vuepress/packages/@vuepress/test-utils/package.json
2019-02-17 20:46:01 +08:00

41 lines
1.0 KiB
JSON

{
"name": "@vuepress/test-utils",
"version": "1.0.0-alpha.39",
"description": "test-utils for vuepress",
"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": "^23.3.10",
"@vue/test-utils": "^1.0.0-beta.16",
"@vuepress/core": "^1.0.0-alpha.39",
"@vuepress/shared-utils": "^1.0.0-alpha.39",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.4.0",
"execa": "^0.10.0",
"jest": "^23.4.0",
"jest-serializer-vue": "^1.0.0",
"ts-jest": "^23.10.5",
"vue-jest": "^2.6.0"
},
"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"
}