UNPKG

@heroku-cli/notifications

Version:
46 lines (45 loc) 1.18 kB
{ "name": "@heroku-cli/notifications", "description": "display notifications in Heroku CLI commands", "version": "1.2.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/heroku-cli-notifications/issues", "dependencies": { "node-notifier": "^8.0.1" }, "devDependencies": { "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.4", "@types/mocha": "^5.2.5", "@types/node": "^10.9.4", "@types/node-notifier": "^0.0.28", "chai": "^4.1.2", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslib": "^1.9.3", "tslint": "^5.11.0", "typescript": "^3.0.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/assets", "/lib" ], "homepage": "https://github.com/heroku/heroku-cli-notifications", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "repository": "heroku/heroku-cli-notifications", "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && tslint -p test -t stylish", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }