-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 876 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
25
26
27
28
29
30
31
32
33
{
"name": "@demos/sharedcdkconstruct",
"version": "1.1.18",
"main": "lib/construct.js",
"types": "lib/construct.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"login": "aws codeartifact login --tool npm --repository $REPO_NAME --domain $DOMAIN_NAME --domain-owner $OWNER_ACCOUNT --namespace demos"
},
"devDependencies": {
"@aws-cdk/assertions": "^1.148.0",
"@types/aws-lambda": "^8.10.93",
"@types/jest": "^27.4.1",
"@types/node": "17.0.21",
"aws-cdk": "2.16.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "~4.6.2"
},
"peerDependencies": {
"aws-cdk": "2.16.0",
"constructs": "^10.0.87"
},
"dependencies": {
"aws-cdk-lib": "2.16.0",
"aws-lambda": "^1.0.7",
"constructs": "^10.0.87",
"source-map-support": "^0.5.21"
}
}