-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "@dkh-dev/eslint-config",
"version": "3.1.2",
"description": "ESLint config",
"main": "index.js",
"files": [
"src/eslint-config-typescript.json",
"src/eslint-config.json",
"typescript.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-plugin-sonarjs": "^0.19.0",
"tape": "^5.6.6",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-plugin-sonarjs": "^0.19.0",
"typescript": "^5.1.6"
},
"scripts": {
"test": "node test",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dkh-dev/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config"
],
"author": "Hoang <dangkyokhoang@gmail.com> (https://dangkyokhoang.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkh-dev/eslint-config/issues"
},
"homepage": "https://github.com/dkh-dev/eslint-config#readme"
}