UNPKG

rainbow-penguin

Version:

A npm library to send motivational messages to developers

35 lines (34 loc) 862 B
{ "name": "rainbow-penguin", "version": "1.0.3", "description": "A npm library to send motivational messages to developers", "main": "index.js", "scripts": { "test": "jest --watchAll", "test-coverage": "jest --collect-coverage --testEnvironment=node --forceExit --maxWorkers=1" }, "repository": { "type": "git", "url": "git+https://github.com/discombobulateme/rainbow-penguin.git" }, "keywords": [ "happy", "colorful", "dev", "terminal", "motivational" ], "author": "Paloma Oliveira", "license": "MIT", "bugs": { "url": "https://github.com/discombobulateme/rainbow-penguin/issues" }, "homepage": "https://github.com/discombobulateme/rainbow-penguin#readme", "dependencies": { "colors": "^1.4.0" }, "devDependencies": { "jest": "^26.4.2", "jest-mock-console": "^1.0.1" } }