Files
vuepress/packages/@vuepress/test-utils/package.json
T
2018-09-02 22:49:59 +08:00

38 lines
923 B
JSON

{
"name": "@vuepress/test-utils",
"version": "1.0.0",
"description": "test-utils for vuepress",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"dependencies": {
"@vuepress/core": "^1.0.0",
"@vuepress/shared-utils": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.16",
"@babel/core": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.4.0",
"jest": "^23.4.0",
"jest-serializer-vue": "^1.0.0",
"vue-jest": "^2.6.0",
"execa": "^0.10.0"
},
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/test-utils#readme"
}