-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 KB
/
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
49
50
51
52
53
54
55
56
57
{
"author": "[email protected]",
"bugs": {
"url": "https://github.com/Its-Alex/winston-sentry/issues"
},
"dependencies": {
"@sentry/integrations": "^5.7.1",
"@sentry/node": "^5.7.1",
"@types/mocha": "5.2.7",
"lodash": "^4.17.15",
"logform": "^2.1.2",
"winston-transport": "^4.3.0"
},
"description": "Sentry transport for winston 3.0.0+",
"devDependencies": {
"@sentry/types": "^5.7.1",
"@types/lodash": "^4.14.144",
"@types/node": "^12.11.7",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"nodemon": "^1.19.4",
"standard": "^14.3.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.6.4",
"winston": "3.2.1"
},
"files": [
"dist",
"package.json"
],
"homepage": "https://github.com/Its-Alex/winston-sentry#readme",
"keywords": [
"sentry",
"winston",
"transport",
"typescript",
"standard"
],
"license": "MIT",
"main": "dist/index.js",
"name": "winston-node-sentry",
"repository": {
"type": "git",
"url": "git+https://github.com/Its-Alex/winston-sentry.git"
},
"scripts": {
"build": "tsc --declaration",
"build:debug": "tsc --sourceMap --declaration",
"lint": "tslint -c tslint.json 'srcs/**/*.ts' '__tests__/**/*.ts'",
"test": "mocha -r ts-node/register __tests__/**/*.ts",
"watch": "nodemon --config nodemon.json"
},
"types": "dist/index.d.js",
"version": "1.3.0"
}