-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 967 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": "parseable-node-loggers",
"license": "MIT",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build"
},
"repository": {
"type": "git",
"url": "https://github.com/jybleau/parseable-node-loggers"
},
"author": {
"name": "Jacques-Yves Bleau",
"email": "[email protected]",
"url": "https://panache.media"
},
"keywords": [
"parseable",
"log",
"logs",
"logging",
"winston",
"transport",
"bunyan",
"stream"
],
"files": [
"dist/**/*",
"tsconfig.json"
],
"devDependencies": {
"@types/node": "^20.11.20",
"@types/superagent": "^8.1.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"lerna": "^8.1.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.17.0"
},
"dependencies": {
"superagent": "^8.1.2"
},
"version": "0.0.0"
}