forked from vuejs/vue-test-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 957 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@vue/test-utils",
"version": "1.1.2",
"description": "Utilities for testing Vue components.",
"main": "dist/vue-test-utils.js",
"types": "types/index.d.ts",
"files": [
"dist/*.js",
"types/index.d.ts"
],
"scripts": {
"build": "node scripts/build.js",
"build:test": "cross-env NODE_ENV=test SHOW_DEPRECATIONS=false node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-test-utils.git",
"directory": "packages/test-utils"
},
"author": "vuejs",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-test-utils/issues"
},
"homepage": "https://github.com/vuejs/vue-test-utils#readme",
"peerDependencies": {
"vue": "2.x",
"vue-template-compiler": "^2.x"
},
"dependencies": {
"dom-event-types": "^1.0.0",
"lodash": "^4.17.15",
"pretty": "^2.0.0"
},
"gitHead": "4503e6cd05566b60c14a061bd4026f0798a6647a"
}