-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 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
53
54
55
{
"name": "presidium",
"version": "0.29.4",
"description": "A library for creating web services",
"author": "Richard Tong",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "github:richytong/presidium"
},
"homepage": "https://github.com/richytong/presidium",
"keywords": [
"web",
"service",
"microservice",
"aws",
"aws-sdk",
"toolkit",
"framework",
"http",
"request",
"websocket",
"dynamo",
"dynamodb",
"docker",
"kinesis",
"lambda",
"types"
],
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"aws-sdk": "^2.1123.0",
"bcrypt": "^5.1.0",
"ioredis": "^4.19.0",
"minimatch": "^9.0.3",
"mongodb": "^3.6.3",
"node-fetch": "^2.6.1",
"rubico": "latest",
"tar-stream": "^2.1.4",
"thunk-test": "latest",
"ws": "^8.18.0"
},
"scripts": {
"test": "node test.js",
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^7.13.0",
"glob": "^7.1.6",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"wavefile": "^11.0.0"
}
}