-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "erxes-message-broker",
"version": "1.0.27",
"description": "Message broker for the Erxes",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "cross-env NODE_ENV=production npm run build",
"build": "babel src --out-dir lib --ignore \"**/__tests__\",\"**/__mocks__\" --extensions \".ts,.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/erxes/erxes-message-broker.git"
},
"author": "Munkh-Orgil Myagmarsuren",
"license": "ISC",
"bugs": {
"url": "https://github.com/erxes/erxes-message-broker/issues"
},
"homepage": "https://github.com/erxes/erxes-message-broker#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"amqplib": "^0.6.0",
"cote": "^1.0.0",
"cross-env": "^7.0.2",
"dd-trace": "^0.30.5",
"debug": "^4.1.1",
"requestify": "^0.2.5",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "^14.14.22",
"babel-preset-gatsby-package": "^0.5.2",
"husky": "^4.2.5",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}