forked from aws-samples/aws-secure-environment-accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 757 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@aws-accelerator/root",
"version": "0.0.1",
"scripts": {
"build": "pnpm recursive run --no-bail build",
"test": "pnpm recursive run --no-bail --workspace-concurrency 1 test -- --pass-with-no-tests --silent --max-workers 1 --coverageProvider=v8 --clearCache --clearMocks",
"lint:typecheck": "pnpm exec tsc -p tsconfig.tsc.json ",
"lint:eslint": "pnpx eslint ."
},
"devDependencies": {
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "^8.56.0",
"@types/node": "20.8.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.0.0",
"globals": "15.0.0",
"prettier": "3.0.3",
"typescript-eslint": "^7.6.0"
}
}