-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 924 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
37
{
"name": "@slotovi4/eslint-config",
"version": "1.8.11",
"description": "ESlint config",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/slotovi4/eslint-config.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"eslint",
"config"
],
"author": "slotovi4",
"license": "MIT",
"bugs": {
"url": "https://github.com/slotovi4/eslint-config/issues"
},
"homepage": "https://github.com/slotovi4/eslint-config#readme",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^48.2.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^48.2.3"
}
}