-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 981 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
{
"name": "@unipept/eslint-config",
"version": "1.0.0",
"description": "The ESLint configuration that's been used and shared by all Unipept projects.",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unipept/eslint-config.git"
},
"author": "Pieter Verschaffelt",
"license": "ISC",
"bugs": {
"url": "https://github.com/unipept/eslint-config/issues"
},
"homepage": "https://github.com/unipept/eslint-config#readme",
"dependencies": {
"@typescript-eslint/parser": ">= 5",
"@vue/cli-plugin-eslint": ">= 5"
},
"peerDependencies": {
"eslint": ">= 8",
"eslint-plugin-vue": ">= 9",
"@vue/eslint-config-typescript": ">= 11",
"@typescript-eslint/eslint-plugin": ">= 5"
}
}