-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 904 Bytes
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
{
"name": "aws-examples",
"version": "0.0.1",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r build",
"prebuild": "pnpm -r install",
"clean": "pnpm -r --if-present clean",
"lint": "pnpm -r --if-present lint",
"lint-fix": "pnpm -r --if-present lint-fix"
},
"devDependencies": {
"@eslint/compat": "^2.0.5",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@graphql-eslint/eslint-plugin": "^4.4.0",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^9.39.4",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.2",
"jiti": "^2.6.1",
"pnpm": "^10.33.0",
"typescript-eslint": "^8.58.2"
},
"engines": {
"npm": "use pnpm please!",
"yarn": "use pnpm please!",
"pnpm": ">=10.0.0",
"node": ">=24.0.0"
},
"packageManager": "[email protected]"
}