-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 986 Bytes
/
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
{
"name": "@mihilmy/cw-logger",
"version": "1.0.5",
"description": "Aggregated cloudwatch logs publisher",
"main": "lib/index.js",
"scripts": {
"prepare": "tsc",
"test": "jest"
},
"keywords": [
"aws",
"cloudwatch",
"frontend",
"backend",
"lambda",
"metrics"
],
"author": "@mihilmy",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"typescript-retry-decorator": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"aws-sdk": "^2.799.0",
"jest": "^26.6.3",
"nock": "^13.0.5",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"files": [
"lib/**/*"
],
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mihilmy/cw-logger.git"
},
"bugs": {
"url": "https://github.com/mihilmy/cw-logger/issues"
},
"homepage": "https://github.com/mihilmy/cw-logger#readme"
}