forked from ckckchoudhary/aws-cloudwatch-logger-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 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
{
"name": "aws-cloudwatch-log-browser",
"version": "0.1.3",
"description": "Fast & Simple Logging to AWS CloudWatch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint index.js --fix",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThushalIntervest/aws-cloudwatch-logger-browser.git"
},
"keywords": [
"aws",
"cloudwatch",
"log",
"logger",
"logstream",
"react-native-logger",
"aws-cloudwatch-log-browser",
"expo",
"react-native"
],
"author": "Chetan Kumar",
"license": "MIT",
"homepage": "https://github.com/ThushalIntervest/aws-cloudwatch-logger-browser.git",
"dependencies": {
"@types/node": "^12.6.8",
"axios": "^0.27.2",
"crypto-js": "^3.1.9-1",
"querystring": "^0.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"standard-version": "^4.2.0"
}
}