-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.11 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
{
"name": "@advanon-ag/aws-access-utils",
"version": "2.2.9",
"description": "Library for accessing AWS services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Advanon/aws-access-utils.git"
},
"keywords": [
"aws",
"node.js",
"javascript",
"lambda",
"library",
"dynamodb",
"xray"
],
"author": "Advanon AG",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Advanon/aws-access-utils/issues"
},
"homepage": "https://github.com/Advanon/aws-access-utils#readme",
"dependencies": {
"aws-sdk": "^2.621.0",
"aws-xray-sdk": "^2.5.0",
"pino": "^5.16.0",
"pino-pretty": "^3.6.0"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/jest": "^26.0.10",
"@types/pino": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"jest": "^26.4.1",
"ts-jest": "^26.2.0",
"typescript": "^4.0.2"
}
}