-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 964 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
35
36
37
38
39
40
41
42
43
{
"name": "@cfn2/package-core",
"version": "0.3.1",
"description": "Core library of the @cfn2/package",
"author": "Kengo Nakatsuka <kengo.nakatsuka@gmail.com>",
"bugs": {
"url": "https://github.com/cfn2/cfn2-package-core/issues"
},
"dependencies": {
"@cfn2/read-template": "^0.1.0",
"concat-stream": "^2.0.0",
"jszip": "^3.2.0",
"jszip-glob": "0.0.1",
"npm-lambda-pack": "^0.1.5",
"read-json": "^1.0.3",
"run-parallel": "^1.1.9"
},
"devDependencies": {
"aws-sdk": "^2.409.0",
"tape": "^4.10.1"
},
"homepage": "https://github.com/cfn2/cfn2-package-core",
"keywords": [
"aws",
"cfn2",
"cloudformation",
"sam"
],
"license": "MIT",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/cfn2/cfn2-package-core.git"
},
"scripts": {
"prepublishOnly": "npm test",
"test": "tape test/*.js"
},
"files": [
"README.md",
"lib/"
]
}