-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "@habx/eslint-config-service",
"version": "2.4.0",
"description": "Habx eslint configuration for services",
"main": "index.js",
"keywords": [
"eslint",
"habx",
"lint",
"service"
],
"repository": {
"type": "git",
"url": "git+https://github.com/habx/eslint-config-service.git"
},
"bugs": {
"url": "https://github.com/habx/eslint-config-service/issues"
},
"scripts": {
"lint": "eslint *.js"
},
"homepage": "https://github.com/habx/eslint-config-service#readme",
"author": "Fabien COTE",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"prettier-eslint": "^15.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"typescript": "^4.9.4"
}
}