-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.64 KB
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
47
48
49
50
{
"name": "@hyperupcall/eslint-config",
"version": "2.1.0",
"type": "module",
"description": "Edwin's ESLint configuration.",
"repository": {
"type": "git",
"url": "https://github.com/hyperupcall-projects/eslint-config"
},
"bugs": {
"url": "https://github.com/hyperupcall-projects/eslint-config/issues"
},
"author": "Edwin Kofler <edwin@kofler.dev> (https://edwinkofler.com)",
"license": "MPL-2.0",
"private": false,
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
"main": "./index.js",
"scripts": {
"format": "hyperupcall-scripts-nodejs format",
"lint": "hyperupcall-scripts-nodejs lint",
"typecheck": "tsc --project ./tsconfig.json"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
"@eslint/css": "^1.0.0",
"@eslint/js": "^10.0.1",
"@eslint/json": "^2.0.0",
"@eslint/markdown": "^8.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-mdx": "^3.7.0",
"eslint-plugin-n": "^18.1.0",
"eslint-plugin-no-unsanitized": "^4.1.5",
"eslint-plugin-perfectionist": "^5.9.1",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-security": "^4.0.0",
"eslint-plugin-unicorn": "^67.0.0",
"globals": "^17.0.0"
},
"devDependencies": {
"@hyperupcall/scripts-nodejs": "0.9.0",
"@types/node": "^25.9.3",
"typescript": "^6.0.3"
},
"markdownlint-cli2": {
"extends": "./node_modules/@hyperupcall/markdownlint-config/.markdownlint.json"
},
"prettier": "@hyperupcall/scripts-nodejs/config-prettier.js"
}