-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@google-cloud/error-reporting",
"description": "Error Reporting Client Library for Node.js",
"version": "3.0.5",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=14.0.0"
},
"repository": "googleapis/nodejs-error-reporting",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"files": [
"build/src",
"!build/src/**/*.map"
],
"scripts": {
"docs": "compodoc src/",
"lint": "gts check",
"presystem-test": "npm run compile",
"system-test": "MOCHA_THROW_DEPRECATION=false c8 mocha build/system-test",
"test": "c8 mocha --recursive build/test/unit",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"license-check": "jsgl --local .",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
"precompile": "gts clean"
},
"dependencies": {
"@google-cloud/common": "^5.0.0",
"console-log-level": "^1.4.1"
},
"devDependencies": {
"@compodoc/compodoc": "1.1.23",
"@hapi/hapi": "^21.0.0",
"@types/boom": "^7.2.1",
"@types/console-log-level": "^1.4.0",
"@types/express": "^4.17.0",
"@types/hapi__hapi": "^20.0.5",
"@types/json-stable-stringify": "^1.0.32",
"@types/koa": "^2.0.48",
"@types/mocha": "^9.0.0",
"@types/node": "^20.4.9",
"@types/once": "^1.4.0",
"@types/proxyquire": "^1.3.28",
"@types/restify": "^8.0.0",
"@types/uuid": "^9.0.0",
"boom": "^7.3.0",
"c8": "^9.0.0",
"codecov": "^3.5.0",
"express": "^4.17.1",
"gts": "^5.0.0",
"js-green-licenses": "^4.0.0",
"json-stable-stringify": "^1.0.1",
"koa": "^2.7.0",
"linkinator": "^4.0.0",
"mocha": "^9.2.2",
"nock": "^13.0.0",
"post-install-check": "0.0.1",
"proxyquire": "^2.1.0",
"restify": "^11.0.0",
"typescript": "^5.1.6",
"uuid": "^10.0.0"
}
}