UNPKG

@byte-ferry/logger

Version:
34 lines (33 loc) 686 B
{ "name": "@byte-ferry/logger", "version": "0.0.1", "description": "a logger for Ferry", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && npx tsc" }, "author": "lancewuz <https://github.com/lancewuz> lancewuz@163.com", "repository": { "type": "git", "url": "git@github.com:byte-ferry/ferry.git" }, "homepage": "https://github.com/byte-ferry", "keywords": [ "logger", "idl", "ferry", "api" ], "files": [ "dist" ], "publishConfig": { "access": "public" }, "license": "MIT", "dependencies": { "chalk": "^3.0.0", "moment": "^2.24.0" }, "gitHead": "ba4a5261b212dffa1d78b1f6985780e04f4576a7" }