-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 718 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 718 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
29
30
31
{
"name": "cdk-lambda-diff",
"version": "1.1.3",
"description": "",
"main": "lib/index.js",
"repository": "https://github.com/heycalmdown/cdk-lambda-diff",
"scripts": {
"prepublishOnly": "tsc",
"postpublish": "rm -rf ./dist",
"build": "tsc"
},
"bin": {
"cdk-lambda-diff": "./dist/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-lambda": "^3.418.0",
"@npmcli/disparity-colors": "^3.0.0",
"@types/decompress": "^4.2.5",
"@types/diff": "^5.0.5",
"@types/node": "^20.6.3",
"axios": "^1.5.0",
"colors": "^1.4.0",
"decompress": "^4.2.1",
"diff": "^5.1.0"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}