-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 744 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 744 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
35
36
37
{
"name": "aliyun-amqp-node-cli",
"version": "1.0.0",
"description": "aliyun amqp node cli",
"main": "build/index.js",
"scripts": {
"dev": "tsc -w",
"test": "node test/index.js"
},
"keywords": [
"amqp",
"RabbitMQ",
"node",
"cli",
"plugin",
"aliyun",
"aliware",
"mq"
],
"author": "zhichen <zhichen.lc@alibaba-inc.com>",
"repository": {
"type": "git",
"url": "https://github.com/jameslcj/aliyun-amqp-node-cli.git"
},
"license": "MIT",
"dependencies": {
"crypto-js": "^3.1.9-1",
"js-base64": "^2.5.1"
},
"devDependencies": {
"@types/node": "^11.9.4",
"amqplib": "^0.5.3",
"tslib": "^1.9.3",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
}
}