forked from smartdevicelink/manticore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 790 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 790 Bytes
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
{
"name": "manticore",
"version": "2.11.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1031.0",
"axios": "^0.21.4",
"check-types": "^7.4.0",
"consul": "^0.33.1",
"dotenv": "^6.0.0",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
"koa-cors": "0.0.16",
"koa-jwt": "^3.3.2",
"koa-router": "^10.0.0",
"koa-static": "^5.0.0",
"koa-websocket": "^6.0.0",
"nomad-helper": "^3.6.1",
"randomatic": "^3.0.0",
"request": "^2.88.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"winston": "^3.0.0",
"ws": "^6.2.2"
}
}