-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.09 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
{
"name": "panda-sky-client",
"version": "4.0.3",
"description": "Auto-assembling client for APIs deployed with Panda Sky",
"main": "build/npm/src/index.js",
"scripts": {
"test": "p9k npm:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandastrike/panda-sky-client.git"
},
"keywords": [
"Panda Sky",
"Sky",
"serverless",
"AWS",
"Gateway",
"Lambda",
"client",
"self-assembling",
"reflective"
],
"contributors": [
{
"name": "Dan Yoder",
"email": "dan@pandastrike.com"
},
{
"name": "David Harper",
"email": "david@pandastrike.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pandastrike/panda-sky-client/issues"
},
"homepage": "https://github.com/pandastrike/panda-sky-client#readme",
"dependencies": {
"@stablelib/base64": "^0.7.2",
"@stablelib/utf8": "^0.10.1",
"panda-generics": "^6.0.0",
"panda-parchment": "^5.0.0",
"url-template": "^2.0.8"
},
"devDependencies": {
"panda-9000": "^5.0.0",
"panda-builder": "^4.0.0"
}
}