UNPKG

990 BJSONView Raw
1{
2 "name": "@cc_server/utils",
3 "version": "1.9.8",
4 "description": "> TODO: description",
5 "author": "Binh Le <vanbinh87@gmail.com>",
6 "homepage": "https://github.com/CoachingCloud/automated-push-content/tree/master/packages/utils#readme",
7 "license": "ISC",
8 "main": "index.js",
9 "types": "./index.d.ts",
10 "directories": {
11 "lib": "lib",
12 "test": "__tests__"
13 },
14 "publishConfig": {
15 "access": "public"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://whisky87@github.com/CoachingCloud/automated-push-content.git"
20 },
21 "scripts": {
22 "test": "echo \"Error: run tests from root\" && exit 1"
23 },
24 "bugs": {
25 "url": "https://github.com/CoachingCloud/automated-push-content/issues"
26 },
27 "dependencies": {
28 "@cc_server/logger": "^1.6.3",
29 "amqplib": "^0.5.3",
30 "bluebird": "^3.5.5",
31 "dotenv": "^8.0.0",
32 "joi": "^14.3.1",
33 "redis": "^2.8.0",
34 "uuid": "^3.3.2"
35 },
36 "gitHead": "9e1c2cada50eb369d8aafa865e2cb5bf957fb15f"
37}