npm-package/utils/package.json

15 lines
310 B
JSON
Raw Normal View History

2019-08-28 14:08:14 +08:00
{
"name": "@ehason/utils",
"version": "1.0.0",
"description": "Utils for ehason develope",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "likeagle <likeagle@163.com>",
2019-08-28 15:44:52 +08:00
"license": "MIT",
"dependencies": {
"amqplib": "^0.5.5"
}
2019-08-28 14:08:14 +08:00
}