UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@heroku-cli/notifications",
3 "description": "display notifications in Heroku CLI commands",
4 "version": "1.2.3",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/heroku/heroku-cli-notifications/issues",
7 "dependencies": {
8 "node-notifier": "^8.0.1"
9 },
10 "devDependencies": {
11 "@oclif/tslint": "^3.1.0",
12 "@types/chai": "^4.1.4",
13 "@types/mocha": "^5.2.5",
14 "@types/node": "^10.9.4",
15 "@types/node-notifier": "^0.0.28",
16 "chai": "^4.1.2",
17 "mocha": "^5.2.0",
18 "ts-node": "^7.0.1",
19 "tslib": "^1.9.3",
20 "tslint": "^5.11.0",
21 "typescript": "^3.0.3"
22 },
23 "engines": {
24 "node": ">=8.0.0"
25 },
26 "files": [
27 "/assets",
28 "/lib"
29 ],
30 "homepage": "https://github.com/heroku/heroku-cli-notifications",
31 "keywords": [
32 "oclif"
33 ],
34 "license": "MIT",
35 "main": "lib/index.js",
36 "repository": "heroku/heroku-cli-notifications",
37 "scripts": {
38 "build": "rm -rf lib && tsc",
39 "lint": "tsc -p test --noEmit && tslint -p test -t stylish",
40 "posttest": "yarn run lint",
41 "prepublishOnly": "yarn run build",
42 "test": "mocha --forbid-only \"test/**/*.test.ts\""
43 },
44 "types": "lib/index.d.ts"
45}