-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.74 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
{
"name": "lambda-tools",
"version": "3.6.0",
"description": "Scripts for working with AWS Lambda backed microservices",
"main": "",
"scripts": {
"test": "echo \"No tests defined, let's hope it works?!\"",
"lint": "eslint ."
},
"bin": {
"lambda": "bin/lambda.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Testlio/lambda-tools.git"
},
"keywords": [
"lambda",
"aws",
"deployment"
],
"author": {
"email": "[email protected]",
"name": "Testlio"
},
"license": "ISC",
"dependencies": {
"@babel/core": "^7.7.5",
"ansi": "^0.3.1",
"archy": "^1.0.0",
"aws-sdk": "^2.3.x",
"babel-core": "6.26.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-es2015-node6": "^0.4.0",
"babel-preset-latest-node": "^4.0.1",
"babel-preset-node8": "^1.2.0",
"bluebird": "^3.1.1",
"browserify": "^12.0.1",
"cfn-response": "^1.0.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"configstore": "^2.1.0",
"detective": "^4.3.1",
"dot": "^1.0.3",
"envify": "^3.4.0",
"exorcist": "^0.4.0",
"find-root": "^1.0.0",
"fs-extra": "^0.26.7",
"hash-files": "^1.1.1",
"jsonpath": "^1.0.1",
"koa": "^2.12.0",
"koa-body": "^4.1.3",
"koa-logger": "^3.2.1",
"koa-router": "^8.0.8",
"lodash": "^4.8.x",
"moment": "^2.11.0",
"perfy": "^1.1.2",
"readline-sync": "^1.2.21",
"resolve": "^1.1.7",
"simple-archiver": "^0.2.0",
"swagger-parser": "^3.3.0",
"untildify": "^2.1.0",
"update-notifier": "^0.7.0",
"uuid": "^3.0.0",
"velocityjs": "^0.7.5"
},
"resolutions": {
"graceful-fs": "4.1.9"
},
"devDependencies": {
"eslint": "7.0.0"
}
}