-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 901 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": "cdk-infra-properties",
"version": "0.5.3",
"description": "Hierarchical env variable loader for AWS-CDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/tomilaurell/cdk-infra-properties.git",
"author": "Tomi Laurell <[email protected]>",
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@types/jest": "24.0.12",
"@types/js-yaml": "^3.12.1",
"@types/lodash": "4.14.123",
"@types/node": "11.13.8",
"@types/properties-reader": "0.0.1",
"jest": "24.7.1",
"ts-jest": "24.0.2",
"typescript": "3.4.5"
},
"dependencies": {
"aws-cdk": "1.28.0",
"@aws-cdk/core": "1.28.0",
"branch-name": "1.0.0",
"es6-dynamic-template": "1.0.5",
"js-yaml": "3.13.1",
"lodash": "4.17.15",
"properties-reader": "1.0.0",
"source-map-support": "0.5.16"
}
}