-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@oncehub/eslint-config",
"version": "3.1.1",
"description": "ESLint configuration for micro-services built using Node.js and TypeScript",
"main": "index.js",
"scripts": {
"test": "node test"
},
"engines": {
"node": ">=18"
},
"type": "module",
"author": "Rajat Saxena <rajat.saxena@oncehub.com>",
"license": "MIT",
"dependencies": {
"@eslint/js": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-sonarjs": "3.0.1",
"globals": "15.13.0",
"typescript-eslint": "8.18.0"
},
"peerDependencies": {
"eslint": ">= 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scheduleonce/eslint-config-oncehub.git"
},
"bugs": {
"url": "https://github.com/scheduleonce/eslint-config-oncehub/issues"
},
"homepage": "https://github.com/scheduleonce/eslint-config-oncehub#readme",
"files": [
"index.js",
"README.md",
"LICENSE"
]
}