{
  "name": "@jupiterone/graph-auth0",
  "version": "0.9.4",
  "description": "A JupiterOne Integration for https://auth0.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/JupiterOne/integrations"
  },
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc -p tsconfig.dist.json",
    "build:files": "npm run generate-graph-schema && npm run generate-sources-config",
    "clean": "rimraf tsconfig.dist.tsbuildinfo && rimraf dist",
    "format": "prettier --write \"**/*.{ts,js,json,css,md,yml}\"",
    "format:check": "prettier --check \"**/*.{ts,js,json,css,md,yml}\"",
    "generate-graph-schema": "npx --yes -p @jupiterone/integration-sdk-cli@13 j1-integration generate-integration-graph-schema --output-file ../../deployments/auth0/deploy/data/integrationGraphSchema.json -p .",
    "generate-sources-config": "npx --yes -p @jupiterone/integration-sdk-cli@13 j1-integration generate-ingestion-sources-config --output-file ../../deployments/auth0/deploy/data/ingestionSourcesConfig.json -p .",
    "graph": "j1-integration visualize",
    "graph:dependencies": "j1-integration visualize-dependencies",
    "graph:spec": "j1-integration visualize-types --project-path docs/spec --output-file ./.j1-integration/types-graph/index.spec.html",
    "graph:types": "j1-integration visualize-types",
    "lint": "eslint . --cache --fix --ext .ts,.tsx && npm run format:check",
    "start": "j1-integration collect --disable-schema-validation",
    "test": "../../tools/skip-ci-no-tests.sh",
    "test:env": "LOAD_ENV=1 npm run test",
    "typecheck": "tsc -p tsconfig.json",
    "validate:questions": "j1-integration validate-question-file -a $MANAGED_QUESTIONS_JUPITERONE_ACCOUNT_ID -k $MANAGED_QUESTIONS_JUPITERONE_API_KEY",
    "validate:questions:dry": "j1-integration validate-question-file --dry-run"
  },
  "dependencies": {
    "@lifeomic/attempt": "^3.0.3",
    "auth0": "^4.0.1",
    "jwt-decode": "^3.1.2",
    "node-fetch": "^2"
  },
  "engines": {
    "node": ">=18.0.0 <19.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {
    "tags": [
      "type:library",
      "scope:public"
    ]
  }
}
