UNPKG

im-notification

Version:

A console wrapper for display stylized color notifications: success, information, debug, warning, error, fatal

42 lines (41 loc) 1.11 kB
{ "name": "im-notification", "version": "1.1.10", "description": "A console wrapper for display stylized color notifications: success, information, debug, warning, error, fatal", "main": "./src/enter.js", "scripts": { "start": "node ./src/enter.js", "linter": "eslint ./src/**/*", "bundle": "babel ./src/enter.js -o dist/im-message.js" }, "keywords": [ "console", "log", "ansi", "color", "notification", "success", "information", "debug", "warning", "error", "fatal" ], "author": "Armin Lewinsky", "license": "MIT", "repository": "arminlewinsky/im-notification", "devDependencies": { "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", "@babel/polyfill": "^7.7.0", "@babel/preset-env": "^7.7.7", "babel-loader": "^8.0.6", "eslint": "^6.8.0", "eslint-loader": "^3.0.3", "webpack": "^4.41.4", "webpack-cli": "^3.3.10" }, "dependencies": { "im-colorize": "^1.1.3" } }