-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.1 KB
/
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
37
38
39
40
{
"name": "vue-cli-plugin-jest-serializer-vue-tjw",
"version": "3.14.0",
"description": "Vue CLI Plugin wrapper for Jest Serializer Vue (TJW)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint --ext .js,.vue .",
"fix": "npm run lint -- --fix",
"validate": "npm run lint"
},
"dependencies": {
"jest-serializer-vue-tjw": "^3.14.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.3.0",
"eslint-config-tjw-base": "^1.0.0",
"eslint-config-tjw-jest": "^1.0.0",
"eslint-config-tjw-vue": "^2.0.0",
"eslint-plugin-jsdoc": "^28.0.0",
"eslint-plugin-vue": "^6.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjw-lint/vue-cli-plugin-jest-serializer-vue-tjw.git"
},
"keywords": [
"jest",
"serializer",
"vue",
"plugin"
],
"author": "The Jared Wilcurt",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjw-lint/vue-cli-plugin-jest-serializer-vue-tjw/issues"
},
"homepage": "https://github.com/tjw-lint/vue-cli-plugin-jest-serializer-vue-tjw#readme"
}