forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 802 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
34
{
"name": "aws-cdk",
"pkglint": {
"include": "dependencies/node-version"
},
"scripts": {
"pkglint": "lerna --scope pkglint run build && lerna run pkglint",
"build-all": "tsc -b"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^8.10.51",
"@types/nodeunit": "^0.0.30",
"conventional-changelog-cli": "^2.0.21",
"fs-extra": "^8.1.0",
"jest": "^24.8.0",
"jsii-diff": "^0.14.2",
"lerna": "^3.16.4",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/aws/aws-cdk"
},
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
}
}