-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.28 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
{
"name": "@alpha-lambda/aws-drivers",
"version": "3.2.0",
"description": "Wrappers for AWS SDK services that make life easier (sometimes)",
"repository": {
"type": "git",
"url": "https://github.com/alpha-lambda/aws-drivers.git"
},
"keywords": [
"aws",
"aws lambda",
"service",
"function",
"lambda",
"serverless",
"alpha",
"helper",
"util",
"wrapper"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "nyc --reporter=lcov --reporter=text mocha",
"posttest": "npm run lint"
},
"author": {
"name": "Anton Bazhal",
"email": "am.bazhal@gmail.com",
"url": "https://github.com/AntonBazhal"
},
"license": "MIT",
"devDependencies": {
"@alpha-lambda/eslint-config": "^2.0.0",
"aws-sdk": "^2.1347.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-uuid": "^1.0.6",
"eslint": "^8.37.0",
"eslint-plugin-mocha": "^10.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pino": "^8.11.0",
"sinon": "^15.0.3"
},
"peerDependencies": {
"aws-sdk": "^2.1347.0"
},
"dependencies": {
"@alpha-lambda/log-me-gently": "^1.1.0",
"ajv": "^8.12.0",
"aws-xray-sdk": "^3.4.1",
"lodash.chunk": "^4.2.0",
"throat": "^6.0.2",
"uuid": "^9.0.0"
}
}