generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 417
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "@amzn/eslint-config",
"private": "true",
"version": "0.1.0",
"license": "MIT OR Apache-2.0",
"author": "Amazon Web Services",
"repository": "https://github.com/aws/amazon-q-developer-cli",
"type": "module",
"exports": {
"./*": "./dist/*.config.js"
},
"files": [
"*.js"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "tsc",
"lint": "prettier --check src",
"lint:fix": "prettier --write src"
},
"peerDependencies": {
"eslint": "^9.16.0",
"typescript": ">=4.7.4"
},
"devDependencies": {
"@amzn/tsconfig": "workspace:^",
"@eslint/js": "^9.27.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/utils": "^8.31.1",
"eslint-config-prettier": "^10.1.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unicorn": "^59.0.0",
"eslint": "^9.27.0",
"prettier": "^3.4.2",
"typescript-eslint": "^8.31.1",
"typescript": "^5.8.3"
}
}