{
  "name": "@openfga/syntax-transformer",
  "version": "0.2.2",
  "description": "",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build:ts": "rm -rf dist/ && tsc --outDir dist/",
    "build:light": "tsc --outDir dist/",
    "build": "npm run build:ts",
    "build:npx": "tsc --build tsconfig.json",
    "clean": "rm -r dist/",
    "prepublishOnly": "npm run build && cp ../../LICENSE .",
    "postpublish": "rm -f LICENSE",
    "test": "jest --config ./jest.config.js",
    "typecheck": "tsc  --skipLibCheck",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "format:check": "prettier --check .",
    "format:fix": "prettier --write ."
  },
  "keywords": [
    "openfga",
    "authorization",
    "fga",
    "fine-grained-authorization",
    "rebac",
    "zanzibar"
  ],
  "author": "OpenFGA",
  "dependencies": {
    "ajv": "^8.18.0",
    "antlr4": "^4.13.2",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@jest/globals": "^30.2.0",
    "@openfga/sdk": "^0.9.2",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.2.3",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "jest": "^30.2.0",
    "jest-html-reporter": "^4.3.0",
    "prettier": "^3.8.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "overrides": {
    "js-yaml": "^4.2.0"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com:openfga/language.git"
  },
  "bugs": {
    "url": "https://github.com/openfga/language/issues"
  },
  "homepage": "https://github.com/openfga/language#readme",
  "engines": {
    "node": ">=20.19.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
