-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 890 Bytes
/
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
{
"name": "bidmaster-catalog-service",
"version": "0.1.0",
"description": "",
"main": "./build/main.js",
"scripts": {
"build": "tsc",
"start": "npm run build && node build/main"
},
"author": "Oscar Lemström",
"license": "MIT",
"devDependencies": {
"@types/amqplib": "^0.5.1",
"@types/dotenv": "^2.0.20",
"@types/koa": "^2.0.38",
"@types/koa-bodyparser": "^3.0.23",
"@types/koa-json": "^2.0.16",
"@types/koa-router": "^7.0.21",
"@types/pg-promise": "0.0.28",
"request": "^2.79.0",
"typescript": "^2.2.1"
},
"dependencies": {
"amqplib": "^0.5.1",
"dotenv": "^4.0.0",
"koa": "^1.2.5",
"koa-bodyparser": "^2.3.0",
"koa-json": "^1.1.3",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"pg-promise": "^5.6.2",
"rxjs": "^5.2.0",
"amqp-connector": "olemstrom/node-amqp-queue-connector"
}
}