UNPKG

@heroku-cli/schema

Version:

<!-- toc --> # Usage <!-- usage --> # Commands <!-- commands -->

30 lines 719 B
{ "name": "@heroku-cli/schema", "version": "2.0.1", "author": "Heroku", "bugs": "https://github.com/heroku/typescript-api-schema/issues", "devDependencies": { "eslint": "^9.39.2", "eslint-config-oclif-typescript": "3.1.14", "http-call": "^5.3.0", "json-schema-to-typescript": "^15.0.4", "jsonwebtoken": "^9.0.3", "typescript": "^4.9.5" }, "engines": { "node": ">=18.0.0" }, "files": [ "/lib" ], "homepage": "https://github.com/heroku/typescript-api-schema", "keywords": [ "oclif" ], "license": "MIT", "repository": "heroku/typescript-api-schema", "types": "lib/index.d.ts", "scripts": { "updateTypes": "./scripts/update_platform_api_types" } }