-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@amazon-connect/sdk",
"version": "1.0.11",
"description": "",
"scripts": {
"build": "npm run --ws build",
"check-types": "npm run --ws check-types",
"clean": "rm -rf ./build && npm run --ws clean",
"format": "npm run --ws format",
"lint": "npm run --ws lint",
"prepare": "husky",
"test": "npm run --ws build:cjs && npm run --ws check-types && npm run --ws test"
},
"devDependencies": {
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@types/jest": "30.0.0",
"@types/node": "24.10.1",
"@typescript-eslint/eslint-plugin": "8.48.1",
"@typescript-eslint/parser": "8.48.1",
"babel-jest": "30.2.0",
"baseline-browser-mapping": "2.9.4",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.7",
"istanbul-lib-coverage": "3.2.2",
"istanbul-lib-report": "3.0.1",
"istanbul-reports": "3.2.0",
"jest": "30.2.0",
"jest-mock-extended": "4.0.0",
"lint-staged": "16.2.7",
"prettier": "3.7.3",
"ts-loader": "9.5.4",
"typescript": "5.9.3"
},
"workspaces": [
"core",
"workspace-types",
"app",
"site",
"site-streams",
"app-controller",
"contact",
"voice",
"file",
"email",
"theme",
"user",
"message-template",
"quick-responses",
"activity",
"app-manager"
]
}