UNPKG

@heroku-cli/plugin-spaces

Version:

Heroku plugin to manage Heroku Private Spaces

66 lines (65 loc) 1.71 kB
{ "name": "@heroku-cli/plugin-spaces", "description": "Heroku plugin to manage Heroku Private Spaces", "version": "8.11.1", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { "bin": "heroku", "topics": { "spaces": { "description": "manage heroku private spaces" }, "trusted-ips": { "hidden": true } }, "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/spaces/<%- commandPath %>" }, "dependencies": { "@heroku-cli/command": "^9.0.2", "@heroku-cli/notifications": "^1.2.4", "heroku-cli-util": "^8.0.11", "lodash": "^4.17.21", "strftime": "^0.10.0" }, "devDependencies": { "@oclif/plugin-legacy": "^1.3.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^8.0.0", "nock": "^10.0.6", "nyc": "^15.1.0", "oclif": "3.11.3", "sinon": "^7.2.3" }, "files": [ "oclif.manifest.json", "index.js", "commands", "lib" ], "homepage": "https://github.com/heroku/cli/tree/main/packages/spaces", "keywords": [ "heroku-plugin" ], "license": "ISC", "main": "index.js", "mocha": { "require": [ "./test/helpers.js" ], "reporter": "list", "recursive": true, "timeout": 180000 }, "repository": "heroku/cli", "scripts": { "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore", "postpublish": "rm oclif.manifest.json", "prepack": "oclif manifest", "test": "nyc mocha --forbid-only \"test/**/*.unit.test.js\" && yarn lint", "version": "oclif readme && git add README.md" }, "gitHead": "6dbf5e0a421ba8054207b1e2737a4ded94a463a4" }