{
  "name": "@webex/event-dictionary-ts",
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "./generated"
  ],
  "types": "./generated/typescript/index.d.ts",
  "scripts": {
    "build": "npm run build:typescript && npm run build:version",
    "build:typescript": "node ./src/main.js --from raml --to ts --input ../../diagnostic-events.raml --output ./generated/typescript/index.d.ts --save ./generated --saveTypes jsonschema --types Event,ClientEvent,FeatureEvent,MediaQualityEvent",
    "build:version": "node ./scripts/version-bump.js --version $BUILD_NUMBER",
    "publish:npm": "npm run publish:npm:setup && npm run publish:npm:tar",
    "publish:npm:setup": "echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc",
    "publish:npm:tar": "npm publish --access public"
  },
  "dependencies": {
    "amf-client-js": "^5.2.6",
    "json-schema-to-typescript": "^15.0.4",
    "minimist": "^1.2.8",
    "shelljs": "^0.8.5",
    "webapi-parser": "^0.5.0"
  },
  "overrides": {
    "webapi-parser": {
      "ajv": "^6.14.0"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "version": "1.0.2236"
}
