-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "insightops-client",
"version": "0.1.10",
"description": "it implements the basic logger function for https://www.rapid7.com/products/insightops/",
"main": "index.js",
"prettier": "prettier-config-standard",
"scripts": {
"test": "LOG_KEY=uuid jest"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlphaWong/insightops-client.git"
},
"keywords": [
"logentries",
"log",
"insightops",
"logger"
],
"engines": {
"node": ">=12"
},
"author": "alpha.wong@tuta.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlphaWong/insightops-client/issues"
},
"homepage": "https://github.com/AlphaWong/insightops-client#readme",
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier-config-standard": "^1.0.1",
"nock": "^11.7.0",
"jest": "^24.9.0"
}
}