npm-package/utils/package.json

16 lines
335 B
JSON
Raw Permalink Normal View History

2019-08-28 14:08:14 +08:00
{
"name": "@ehason/utils",
2020-11-12 17:23:54 +08:00
"version": "1.1.5",
2019-08-28 14:08:14 +08:00
"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": {
2020-04-28 17:21:07 +08:00
"amqplib": "^0.5.5",
"moment": "^2.24.0"
2019-08-28 15:44:52 +08:00
}
2019-08-28 14:08:14 +08:00
}