@heroku-cli/notifications
Version:
display notifications in Heroku CLI commands
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "@heroku-cli/notifications",
"description": "display notifications in Heroku CLI commands",
"version": "1.2.5",
"author": "Heroku",
"bugs": "https://github.com/heroku/heroku-cli-notifications/issues",
"dependencies": {
"@types/node-notifier": "8.0.5",
"node-notifier": "^10.0.1",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.10",
"@types/node": "20.14.8",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"eslint-plugin-mocha": "^10.5.0",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"tslib": "1.14.1",
"typescript": "4.8.4"
},
"engines": {
"node": ">=20"
},
"files": [
"/assets",
"/lib"
],
"homepage": "https://github.com/heroku/heroku-cli-notifications",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"mocha": {
"require": [
"test/helpers/init.js",
"ts-node/register",
"source-map-support/register"
],
"watch-extensions": "ts",
"recursive": true,
"reporter": "spec",
"timeout": 360000
},
"repository": "heroku/heroku-cli-notifications",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}