forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 751 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
32
{
"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.11",
"@types/node": "8.10.45",
"@types/nodeunit": "^0.0.30",
"conventional-changelog-cli": "^2.0.12",
"jest": "^24.7.1",
"lerna": "^3.13.3",
"nodeunit": "^0.11.3",
"nyc": "^14.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"typescript": "^3.4.3"
},
"repository": {
"type": "git",
"url": "git://github.com/awslabs/aws-cdk"
},
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
}
}