-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
68 lines (68 loc) · 1.5 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
{
"name": "moesif-nodejs",
"version": "3.9.1",
"description": "Monitoring agent to log API calls to Moesif for deep API analytics",
"main": "lib/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"moesif",
"api",
"gateway",
"express",
"api",
"express",
"debug",
"logging",
"monitoring",
"trace",
"analytics",
"graphql",
"rpc"
],
"author": {
"name": "Xing Wang",
"email": "[email protected]",
"url": "https://www.moesif.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Moesif/moesif-nodejs"
},
"dependencies": {
"bytes": "^3.1.1",
"card-validator": "^8.1.1",
"content-type": "^1.0.4",
"crypto-js": "^4.1.1",
"http-errors": "^2.0.0",
"iconv-lite": "^0.6.3",
"koa-body": "^4.2.0",
"lodash": "^4.17.19",
"moesifapi": ">=3.1.2",
"raw-body": "^2.4.2",
"request-ip": "^3.3.0",
"uuid4": "^2.0.2"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/node": "^18.15.11",
"assert": "^2.0.0",
"blanket": "^1.2.3",
"chai": "^4.3.10",
"eslint": "^9.8.0",
"express": "^5.0.0",
"express-unless": "^1.0.0",
"globals": "^15.9.0",
"mocha": "^9.2.1",
"node-mocks-http": "^1.11.0",
"promise": "^8.1.0",
"should": "^13.2.3",
"travis-cov": "^0.2.5",
"typescript": "^5.0.3",
"util": "^0.12.4"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"build:types": "npx tsc"
}
}