@heroku/plugin-ai
Version:
Heroku CLI plugin for Heroku AI add-on
80 lines (79 loc) • 2.31 kB
JSON
{
"name": "@heroku/plugin-ai",
"description": "Heroku CLI plugin for Heroku AI add-on",
"version": "1.0.1",
"author": "Heroku",
"bugs": "https://github.com/heroku/heroku-cli-plugin-ai/issues",
"dependencies": {
"@heroku-cli/color": "^2",
"@heroku-cli/command": "^11.5.0",
"@heroku-cli/schema": "^1.0.25",
"@oclif/core": "^2.16.0",
"@oclif/plugin-help": "^5",
"open": "^8.4.2",
"printf": "^0.6.1",
"tsheredoc": "^1"
},
"devDependencies": {
"@heroku/http-call": "^5.4.0",
"@oclif/test": "^2.3.28",
"@types/mocha": "^10",
"@types/node": "^22",
"@types/sinon": "^17",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"chai": "^4",
"eslint": "^7",
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1",
"eslint-import-resolver-typescript": "^3",
"eslint-plugin-import": "^2",
"eslint-plugin-mocha": "^10",
"mocha": "^10",
"nock": "^13",
"np": "^10.2.0",
"nyc": "^15",
"oclif": "^4.14.36",
"sinon": "^19",
"stdout-stderr": "^0",
"strip-ansi": "^6",
"ts-node": "^10",
"typescript": "^5"
},
"engines": {
"node": ">= 20"
},
"files": [
"/dist"
],
"homepage": "https://github.com/heroku/heroku-cli-plugin-ai",
"keywords": [
"heroku-plugin",
"oclif"
],
"license": "Apache-2.0",
"oclif": {
"bin": "heroku",
"commands": "./dist/commands",
"devPlugins": [
"@oclif/plugin-help"
],
"topics": {
"ai": {
"description": "manage Heroku AI models"
}
}
},
"repository": "heroku/heroku-cli-plugin-ai",
"scripts": {
"build": "rm -rf dist && tsc -b && oclif manifest && oclif readme && mv oclif.manifest.json ./dist/oclif.manifest.json && cp README.md ./dist/README.md",
"build:dev": "rm -rf dist && tsc -b --sourcemap && oclif manifest && oclif readme && mv oclif.manifest.json ./dist/oclif.manifest.json && cp README.md ./dist/README.md",
"lint": "eslint . --ext .ts --config .eslintrc.json",
"lint:fix": "eslint . --ext .ts --config .eslintrc.json --fix",
"prepare": "yarn build",
"posttest": "yarn lint",
"test": "nyc mocha --forbid-only",
"test:local": "nyc mocha",
"version": "oclif readme && git add README.md"
}
}