-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.65 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
51
52
53
54
55
56
57
58
{
"name": "@iwf-web/eslint-coding-standard",
"type": "module",
"version": "1.1.1",
"description": "Standard eslint-coding-standard for IWF projects",
"author": {
"name": "D3strukt0r",
"email": "dev@d3strukt0r.dev",
"url": "https://github.com/D3strukt0r"
},
"license": "MIT",
"homepage": "https://github.com/iwf-web/eslint-coding-standard",
"repository": {
"type": "git",
"url": "git@github.com:iwf-web/eslint-coding-standard.git"
},
"bugs": {
"url": "https://github.com/iwf-web/eslint-coding-standard/issues",
"email": "web-solutions@iwf.ch"
},
"keywords": [
"eslint",
"eslint-coding-standard"
],
"files": [
"dist"
],
"exports": {
".": "./dist/index.mjs",
"./standard-js": "./dist/standard-js.mjs",
"./standard-ts": "./dist/standard-ts.mjs",
"./package.json": "./package.json"
},
"types": "./dist/index.d.mts",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"ts:check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsdown --clean --dts",
"prepack": "nr build"
},
"dependencies": {
"@antfu/eslint-config": "^9.0.0",
"@eslint-react/eslint-plugin": "^5.0.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.5.0"
},
"devDependencies": {
"@antfu/ni": "^30.0.0",
"@iwf-web/tsconfig": "^1.0.1",
"eslint": "^10.0.0",
"jiti": "^2.0.0",
"tsdown": "^0.22.2",
"typescript": "^5.0.0"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}