forked from vandium-io/vandium-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.49 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
70
71
72
73
{
"name": "vandium",
"version": "4.8.0",
"description": "AWS Lambda framework for building functions using Node.js for API Gateway, IoT applications, and other AWS events",
"main": "lib/index.js",
"keywords": [
"AWS Lambda",
"AWS Lambda Framework",
"JWT",
"AWS",
"Lambda",
"framework",
"validation",
"wrapper",
"api",
"gateway",
"sql",
"sql injection",
"sqli",
"injection",
"attack",
"IoT",
"serverless"
],
"repository": {
"type": "git",
"url": "https://github.com/vandium-io/vandium-node.git"
},
"engines": {
"node": ">=6.10"
},
"scripts": {
"test": "nyc mocha --recursive"
},
"nyc": {
"check-coverage": true,
"include": [
"lib/**/*.js"
],
"reporter": [
"lcov",
"text"
]
},
"author": "Vandium Software Inc.",
"license": "BSD-3-Clause",
"dependencies": {
"@vandium/event-identifier": "^1.0.0",
"aws-param-env": "^1.2.0",
"cookie": "^0.3.1",
"joi": "^12.0.0",
"joi-json": "^2.0.1",
"jwt-simple": "0.5.x",
"vandium-utils": "^1.2.0"
},
"devDependencies": {
"app-root-path": "^2.0.1",
"bluebird": "^3.3.4",
"chai": "^4.1.2",
"dotenv": "^4.0.0",
"env-restorer": "^1.0.0",
"freshy": "^1.0.2",
"jwt-builder": "^1.0.0",
"lambda-tester": "^3.1.0",
"lov": "^1.0.1",
"mocha": "^5.0.0",
"node-rsa": "^0.4.2",
"nyc": "^11.3.0",
"proxyquire": "^1.7.9",
"sinon": "^4.0.0",
"uuid": "^3.0.1"
}
}