-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 865 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
{
"name": "ampq-consumer",
"version": "1.0.3",
"description": "ampq consumer",
"main": "dist/index.js",
"repository": "[email protected]:rickintveld/ampq-consumer.git",
"author": "Rick in 't veld",
"license": "UNLICENSED",
"private": false,
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"dev": "node_modules/.bin/nodemon",
"fake": "DEBUG=app* ts-node faker/sendFake.ts"
},
"dependencies": {
"amqplib": "^0.10.3",
"config": "^3.3.9",
"dotenv": "^16.0.3",
"js-yaml": "^4.1.0",
"ts-jackson": "^1.5.0",
"tslib": "^2.5.0",
"tslog": "^3.3.4",
"typed-inject": "^3.0.1"
},
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/config": "^3.3.0",
"@types/node": "^18.15.0",
"nodemon": "^2.0.21",
"ts-node": "^10.9.1",
"typescript": "^5.*"
}
}