-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) 路 2.69 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) 路 2.69 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@skerna/nx-plugins",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"commit": "cz"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/config-nx-scopes": "^17.6.4",
"@commitlint/cz-commitlint": "^17.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@swc-node/register": "^1.6.5",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.57",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.4.0",
"@types/lodash": "^4.14.194",
"@types/node": "18.15.10",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"aws-sdk-client-mock": "^2.1.1",
"aws-sdk-client-mock-jest": "^2.1.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.35.0",
"eslint-config-prettier": "8.8.0",
"husky": "^8.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.5.0",
"jsonc-eslint-parser": "^2.2.0",
"lint-staged": "^13.1.2",
"mock-fs": "^5.2.0",
"nx": "16.3.2",
"prettier": "^2.8.4",
"semantic-release-npm": "^0.0.5",
"semantic-release-plus": "^20.0.0",
"string-dedent": "^3.0.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"nx-cloud": "16.0.5",
"@nx/devkit": "16.3.2",
"@nx/workspace": "16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/plugin": "16.3.2"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.348.0",
"@aws-sdk/client-dynamodb": "^3.348.0",
"@aws-sdk/client-dynamodb-streams": "^3.348.0",
"@aws-sdk/client-ecr": "^3.348.0",
"@aws-sdk/client-ecs": "^3.348.0",
"@aws-sdk/client-iam": "^3.348.0",
"@aws-sdk/client-lambda": "^3.348.0",
"@aws-sdk/client-ssm": "^3.348.0",
"@aws-sdk/client-sts": "^3.348.0",
"@aws-sdk/lib-dynamodb": "^3.338.0",
"@aws-sdk/util-dynamodb": "^3.338.0",
"@iarna/toml": "^2.2.5",
"@swc/helpers": "0.5.1",
"archiver": "^5.3.1",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1384.0",
"chalk": "^4.1.1",
"command-exists": "^1.2.9",
"cross-spawn": "^7.0.3",
"dynamoose": "^3.2.0",
"esbuild": "~0.17.19",
"file-uri-to-path": "^2.0.0",
"fs-extra": "^11.1.0",
"glob": "^10.2.6",
"prompts": "^2.4.2",
"tslib": "^2.3.0",
"uuid": "^9.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}