@heroku-cli/schema
Version:
<!-- toc --> # Usage <!-- usage --> # Commands <!-- commands -->
31 lines (30 loc) • 719 B
JSON
{
"name": "@heroku-cli/schema",
"version": "2.0.0",
"author": "Heroku",
"bugs": "https://github.com/heroku/typescript-api-schema/issues",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-oclif-typescript": "3.1.7",
"http-call": "^5.3.0",
"json-schema-to-typescript": "^14.1.0",
"jsonwebtoken": "^8.3.0",
"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"
}
}