{
  "name": "@getlarge/keto-cli",
  "version": "0.2.13",
  "license": "MIT",
  "description": "CLI wrapper for the Ory Keto API",
  "homepage": "https://github.com/getlarge/nestjs-ory-integration/tree/main/packages/keto-cli",
  "author": "Edouard Maleix <ed@getlarge.eu>",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@getlarge/keto-client-wrapper": "*",
    "@getlarge/keto-relations-parser": "*"
  },
  "dependencies": {
    "@getlarge/keto-client-wrapper": "0.7.0",
    "@getlarge/keto-relations-parser": "0.0.13",
    "tslib": "^2.7.0",
    "nest-commander": "^3.16.0"
  },
  "peerDependencies": {
    "@nestjs/config": "^3 || ^4",
    "@nestjs/common": "^10 || ^11",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.1",
    "@ory/client": "^1"
  },
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js",
      "default": "./src/index.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "@getlarge/keto-cli": "./src/index.js"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}