package.json 1.1 KB
Newer Older
1 2
{
  "name": "@vuepress/test-utils",
U
ULIVZ 已提交
3
  "version": "1.5.2",
4
  "description": "test-utils for vuepress",
B
v1.3.0  
Ben Hong 已提交
5 6 7 8 9 10
  "keywords": [
    "documentation",
    "generator",
    "vue",
    "vuepress"
  ],
11
  "homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/test-utils#readme",
B
v1.3.0  
Ben Hong 已提交
12 13
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
14 15 16
  },
  "repository": {
    "type": "git",
17 18
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/test-utils"
19
  },
B
v1.3.0  
Ben Hong 已提交
20 21 22
  "license": "MIT",
  "author": "ULIVZ <chl814@foxmail.com>",
  "main": "index.js",
23
  "dependencies": {
24 25
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
U
ULIVZ 已提交
26 27
    "@types/jest": "^24.0.9",
    "@vue/test-utils": "^1.0.0-beta.29",
U
ULIVZ 已提交
28 29
    "@vuepress/core": "1.5.2",
    "@vuepress/shared-utils": "1.5.2",
30
    "babel-jest": "^24.7.1",
31
    "execa": "^1.0.0",
32 33 34
    "jest": "^24.7.1",
    "jest-serializer-vue": "^2.0.2",
    "ts-jest": "^24.0.2",
35
    "vue": "^2.6.10",
U
ULIVZ 已提交
36
    "vue-jest": "^4.0.0-beta.1",
37
    "vue-template-compiler": "^2.6.10"
38
  },
B
v1.3.0  
Ben Hong 已提交
39 40 41
  "publishConfig": {
    "access": "public"
  }
U
ULIVZ 已提交
42
}