-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 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
33
34
{
"name": "miles-cdk",
"version": "0.1.0",
"bin": {
"miles-cdk": "bin/miles-cdk.js"
},
"contributors": [
{
"name": "LibreWorks Contributors",
"homepage": "https://github.com/libreworks/miles-cdk/contributors"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/libreworks/miles-cdk/issues"
},
"homepage": "https://github.com/libreworks/miles-cdk",
"scripts": {
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
"cdk": "cdk",
"test": "jest"
},
"devDependencies": {
"@aws-cdk/assert": "1.94.1",
"aws-cdk": "1.94.1",
"jest": "^26.4.2",
"lambda-local": "^1.7.4",
"node-forge": "^0.10.0",
"prettier": "2.2.1"
},
"dependencies": {
"@aws-cdk/core": "1.94.1"
}
}