-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
{
"name": "moesif-aws-lambda",
"version": "2.0.7",
"description": "API Monitoring Middleware for AWS Lambda",
"main": "lib/index.js",
"keywords": [
"moesif",
"aws",
"serverless",
"api",
"gateway",
"lambda",
"express",
"api",
"express",
"debug",
"logging",
"trace",
"analytics"
],
"author": {
"name": "Derric Gilling",
"email": "[email protected]",
"url": "https://www.moesif.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Moesif/moesif-aws-lambda-nodejs"
},
"bugs": {
"url": "https://github.com/Moesif/moesif-aws-lambda-nodejs/issues"
},
"dependencies": {
"card-validator": "^6.2.0",
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"moesifapi": ">=2.1.9",
"request-ip": "^3.3.0",
"uuid": "^10.0.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"mocha": "^10.7.3"
}
}