-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 925 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": "brokher",
"version": "0.3.1",
"description": "A Wrapper for Message Brokhers",
"main": "dist/index.js",
"scripts": {
"test": "jest --silent --detectOpenHandles",
"tsc": "tsc",
"prepublish": "npm run tsc"
},
"keywords": [
"message-Brokher",
"rabbitmq"
],
"author": "Acidiney Dias <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/amqplib": "^0.5.16",
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^5.15.0",
"amqplib": "^0.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"jest": "^26.6.3",
"kleur": "^4.1.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}