forked from aws-samples/aws-secure-environment-accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 836 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
23
24
{
"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",
"lint:typecheck": "pnpx tsc -p tsconfig.tsc.json ",
"lint:eslint": "pnpx eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"eslint": "7.25.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-deprecation": "1.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "33.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-unicorn": "31.0.0",
"prettier": "2.2.1"
}
}