-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.12 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "panda-sky",
"version": "5.0.30",
"description": "Quickly publish serverless applications in the cloud.",
"main": "build/npm/src/index.js",
"files": [
"bin",
"build/npm",
"init",
"LICENSE",
"README.md",
"files",
"schema",
"templates"
],
"bin": {
"sky": "./bin/sky"
},
"scripts": {
"test": "gulp npm:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandastrike/panda-sky.git"
},
"engines": {
"node": ">=10.16.0"
},
"engine-strict": true,
"keywords": [
"Serverless",
"AWS",
"ALB",
"Lambda",
"DevOps",
"Deployment",
"API"
],
"contributors": [
{
"name": "Dan Yoder",
"email": "[email protected]"
},
{
"name": "David Harper",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pandastrike/panda-sky/issues"
},
"homepage": "https://github.com/pandastrike/panda-sky#readme",
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"ajv": "^6.12.3",
"aws-sdk": "^2.713.0",
"base64-words": "^0.2.0",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"colors": "^1.4.0",
"commander": "5.1.0",
"json-loader": "^0.5.7",
"jstransformer": "^1.0.0",
"jstransformer-stylus": "^1.5.0",
"jszip": "^3.5.0",
"markdown-it": "^11.0.0",
"markdown-it-emoji": "^1.4.0",
"marked": "^2.0.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"panda-confidential": "^3.0.0",
"panda-garden": "^5.0.0",
"panda-generics": "^6.0.2",
"panda-grammar": "^2.0.0",
"panda-interview": "^1.0.0",
"panda-parchment": "^6.0.3",
"panda-quill": "^5.0.0",
"panda-river": "^6.0.0",
"panda-serialize": "^1.0.1",
"panda-template": "^2.0.2",
"pug": "^2.0.0",
"pug-loader": "^2.4.0",
"source-map-loader": "^1.0.1",
"source-map-support": "^0.5.19",
"sundog": "6.0.5",
"webpack": "^4.43.0",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"panda-9000": "^5.0.3",
"panda-builder": "^4.0.13"
}
}