-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 961 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
38
{
"name": "@oncehub/eslint-config",
"version": "3.0.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.14.0",
"@types/eslint__js": "^8.42.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-sonarjs": "^2.0.4",
"typescript-eslint": "^8.13.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"
]
}