-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.46 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
46
{
"name": "@heise/eslint-config",
"version": "22.0.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/heiseonline/eslint-config-heise"
},
"author": "Philipp Busse <[email protected]>",
"license": "MIT",
"bugs": "https://github.com/heiseonline/eslint-config-heise/issues",
"homepage": "https://github.com/heiseonline/eslint-config-heise",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.1.1",
"eslint-plugin-jest": "^28.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-toplevel": "^1.1.0",
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.3",
"@semantic-release/release-notes-generator": "^12.1.0",
"semantic-release": "^22.0.12",
"typescript": "^5.4.5"
},
"scripts": {
"//preinstall": "npx only-allow pnpm"
},
"peerDependencies": {
"typescript": "> 4.4"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}