{ "name": "umi-notify", "version": "0.1.5", "description": "Notification package for all cli we maintained.", "main": "index.js", "scripts": { "prepublishOnly": "np --no-cleanup --yolo --no-publish" }, "authors": [ "chencheng (https://github.com/sorrycc)" ], "dependencies": { "chalk": "^2.4.1", "is-ali-env": "^0.1.4" }, "devDependencies": { "np": "^5.0.3" }, "files": [ "index.js" ], "license": "MIT" }