-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.7 KB
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
{
"name": "@alpha-lambda/reference-implementation",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "env-cmd -f test/.env --no-override nyc --reporter=lcov --reporter=text mocha",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alpha-lambda/reference-implementation.git"
},
"keywords": [
"lambda",
"serverless",
"example"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/alpha-lambda/reference-implementation/issues"
},
"homepage": "https://github.com/alpha-lambda/reference-implementation#readme",
"devDependencies": {
"@alpha-lambda/eslint-config": "^1.1.0",
"env-cmd": "^10.0.1",
"eslint": "^6.8.0",
"eslint-plugin-mocha": "^9.0.0",
"lambda-tester": "^4.0.0",
"mocha": "^9.0.0",
"nyc": "^15.0.0",
"serverless": "^2.0.0",
"serverless-plugin-aws-alerts": "^1.4.0",
"serverless-plugin-bootstrap": "^2.0.7",
"serverless-plugin-common-excludes": "^3.0.0",
"serverless-plugin-custom-roles": "^2.0.0",
"serverless-plugin-include-dependencies": "^4.0.0",
"serverless-plugin-lambda-account-access": "^4.0.2",
"serverless-plugin-package-size": "^1.0.1",
"serverless-plugin-split-stacks": "^1.9.1",
"serverless-plugin-tracing": "^2.0.0",
"serverless-prune-plugin": "^1.4.1"
},
"dependencies": {
"@alpha-lambda/aws-drivers": "^2.0.0",
"@alpha-lambda/handler": "^1.2.1",
"@alpha-lambda/tasks": "^1.0.0",
"ajv": "^8.0.0",
"aws-sdk": "^2.558.0",
"lambda-envelope": "^2.0.5",
"lodash": "^4.17.19",
"pino": "^6.0.0",
"uuid": "^8.0.0",
"yn": "^4.0.0"
}
}