@heroku-cli/notifications
Version:
display notifications in Heroku CLI commands
58 lines • 1.47 kB
JSON
{
"name": "@heroku-cli/notifications",
"description": "display notifications in Heroku CLI commands",
"version": "1.2.6",
"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": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "24.10.1",
"chai": "^6.2.0",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"eslint-plugin-mocha": "^11.0.0",
"mocha": "^11.7.2",
"nyc": "^17.1.0",
"tslib": "1.14.1",
"typescript": "5.9.3"
},
"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",
"types": "lib/index.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn run lint",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\""
}
}