-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 809 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 809 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
{
"name": "process-automations",
"version": "1.0.0",
"private": true,
"scripts": {
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint actions/**/*.ts"
},
"devDependencies": {
"@aws-sdk/client-iam": "^3.163.0",
"@aws-sdk/client-secrets-manager": "^3.163.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.16.0",
"@vercel/ncc": "^0.33.3",
"eslint": "^8.12.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-destructure-keys": "1.4.0",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"prettier": "^2.7.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.9.1",
"typescript": "^4.6.2"
}
}