{
  "name": "@ozee-io/fga-transformer-cli",
  "version": "0.2.1",
  "description": "Simple CLI to convert FGA DSL to JSON",
  "main": "src/cli.js",
  "repository": "git@github.com:rorychatterton/fga-transformer-cli.git",
  "author": "Rory Chatterton <rory@ozee.io>",
  "license": "MIT",
  "dependencies": {
    "@openfga/syntax-transformer": "^0.1.2",
    "arg": "^5.0.2",
    "esm": "^3.2.25",
    "inquirer": "^8.0.0",
    "install": "^0.13.0",
    "yarn": "^1.22.19"
  },
  "bin": {
    "fga-transformer-cli": "bin/fga-transformer-cli"
  },
  "keywords": [
    "cli",
    "openfga",
    "syntax-transformer"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7",
    "@babel/preset-env": "^7.20.2",
    "babel-jest": "^29.3.1",
    "jest": "^29.3.1"
  },
  "scripts": {
    "test": "jest --config ./jest.config.json"
  },
  "type": "commonjs"
}
