forked from Wizcorp/node-graylog2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 915 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
{
"name": "ts-graylog",
"description": "Graylog client library for node.js written in TypeScript",
"version": "1.0.3",
"author": {
"name": "Edwin Beltran",
"url": "https://www.edwinbeltran.net"
},
"contributors": [
{
"url": "https://github.com/tp",
"name": "Timm Preetz"
}
],
"bugs": {
"url": "http://github.com/ebeltran1981/ts-graylog/issues"
},
"devDependencies": {
"@types/jest": "^23.3.5",
"@types/node": "^10.11.7",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^2.9.0"
},
"homepage": "http://github.com/ebeltran1981/ts-graylog",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/ebeltran1981/ts-graylog.git"
},
"scripts": {
"start": "tsc -w",
"test": "jest --watch"
},
"dependencies": {},
"main": "./dist/index.js"
}