-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "egg-logger-sentry",
"version": "2.2.1",
"description": "Logger transport for Sentry",
"eggPlugin": {
"name": "loggerSentry"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"sentry",
"sentry-node",
"sentry-egg"
],
"dependencies": {
"@sentry/node": "6.13.3",
"@sentry/tracing": "6.13.3",
"@sentry/utils": "6.13.3",
"@sindresorhus/is": "4.2.0",
"egg-logger": "2.6.2"
},
"devDependencies": {
"autod": "^3.1.1",
"autod-egg": "^1.1.0",
"egg": "^2.30.0",
"egg-bin": "^4.16.4",
"egg-ci": "^1.18.0",
"egg-mock": "^3.26.0",
"eslint": "^7.32.0",
"eslint-config-egg": "^9.0.0",
"ko-sleep": "^1.0.3",
"nock": "^13.1.3"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app",
"config",
"lib",
"agent.js",
"app.js",
"index.d.ts"
],
"types": "index.d.ts",
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kidneyleung/egg-logger-sentry.git"
},
"bugs": {
"url": "https://github.com/kidneyleung/egg-logger-sentry/issues"
},
"homepage": "https://github.com/kidneyleung/egg-logger-sentry#readme",
"author": "kidneyleung",
"license": "MIT"
}