-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "eslint-plugin-vue-kuzzle",
"version": "0.0.13",
"description": "Kuzzle Vue Coding Standard",
"homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle",
"repository": {
"type": "git",
"url": "https://github.com/kuzzleio/eslint-plugin-kuzzle.git",
"directory": "packages/frontend"
},
"keywords": [
"eslint",
"eslint-plugin",
"vue",
"kuzzle"
],
"author": "The Kuzzle Team",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib"
},
"peerDependencies": {
"eslint": ">= 8.50.0 9<",
"eslint-plugin-prettier": "^5.1.3",
"typescript": ">= 5.2 <5.5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"@vue/eslint-config-prettier": "9.0.*",
"@vue/eslint-config-standard": "8.0.*",
"@vue/eslint-config-standard-with-typescript": "8.0.*",
"@vue/eslint-config-typescript": "13.0.*",
"eslint-plugin-jest": "^28.6.0"
},
"devDependencies": {
"eslint-plugin-eslint-plugin": "^6.1.0",
"typescript": "5.4.*"
},
"license": "Apache 2",
"files": [
"lib/",
"README.md",
"package.json"
],
"exports": {
".": "./lib/index.js",
"./importOption": "./lib/importOption.js"
},
"engines": {
"node": ">=16.0.0"
}
}