-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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": "@big-whale-labs/bwl-eslint-backend",
"packageManager": "yarn@4.1.1",
"description": "BWL ESlint config for backend projects",
"version": "1.0.6",
"main": ".eslintrc.js",
"prettier": "@big-whale-labs/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/BigWhaleLabs/bwl-eslint-backend.git"
},
"scripts": {
"release": "np --any-branch --no-tests"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BigWhaleLabs/bwl-eslint-backend/issues"
},
"homepage": "https://github.com/BigWhaleLabs/bwl-eslint-backend#readme",
"np": {
"2fa": false,
"tests": false,
"cleanup": false,
"yarn": false
},
"devDependencies": {
"@big-whale-labs/prettier-config": "^1.1.3",
"np": "^10.0.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"typescript": "^5.4.5"
}
}