-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 2.08 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
{
"name": "jolt-framework",
"description": "For easily developing, deploying, and managing static websites with their own serverless functions hosted on AWS",
"version": "1.0.5",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jolt": "CLI/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jolt-Framework/jolt"
},
"author": "Ezra Ellette, Rodney Matambo, Owen Lenz, Christian Larwood",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jolt-Framework/jolt/issues"
},
"homepage": "https://github.com/Jolt-Framework/jolt/#readme",
"dependencies": {
"@aws-sdk/client-apigatewayv2": "^3.13.1",
"@aws-sdk/client-cloudfront": "^3.13.1",
"@aws-sdk/client-dynamodb": "^3.13.1",
"@aws-sdk/client-iam": "^3.13.1",
"@aws-sdk/client-lambda": "^3.13.1",
"@aws-sdk/client-s3": "^3.13.1",
"@aws-sdk/client-sts": "^3.13.1",
"adm-zip": "^0.5.5",
"archiver": "^4.0.0",
"array-flat-polyfill": "^1.0.1",
"commander": "^2.20.3",
"common-path-prefix": "^2.0.0",
"concurrently": "^6.0.2",
"cp-file": "^7.0.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"elf-cam": "^0.1.1",
"end-of-stream": "^1.4.4",
"esbuild": "^0.11.0",
"express": "^4.17.1",
"filter-obj": "^2.0.1",
"find-up": "^4.1.0",
"glob": "^7.1.6",
"junk": "^3.1.0",
"locate-path": "^5.0.0",
"make-dir": "^3.1.0",
"merge-options": "^3.0.4",
"mime-types": "^2.1.30",
"minimatch": "^3.0.4",
"nanoid": "^3.1.22",
"p-map": "^3.0.0",
"path-exists": "^4.0.0",
"pkg-dir": "^4.2.0",
"precinct": "^6.3.1",
"prompts": "^2.4.1",
"read-package-json-fast": "^2.0.2",
"require-package-name": "^2.0.1",
"resolve": "^2.0.0-next.1",
"semver": "^6.3.0",
"unixify": "^1.0.0",
"uuid": "^8.3.2",
"yargs": "^15.4.1"
}
}