{
  "name": "@rafalpodles/am-cli",
  "version": "0.1.1",
  "description": "Gravitee Access Management CLI — manage domains, apps, users, and OIDC flows from your terminal",
  "author": "Gravitee.io <contact@gravitee.io>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/gravitee-io/am-tooling/tree/master/am-cli#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/gravitee-io/am-tooling.git",
    "directory": "am-cli"
  },
  "bugs": {
    "url": "https://github.com/gravitee-io/am-tooling/issues"
  },
  "keywords": [
    "gravitee",
    "access-management",
    "iam",
    "oidc",
    "oauth2",
    "cli",
    "identity"
  ],
  "bin": {
    "am": "./dist/bin/am.js"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc || true",
    "dev": "npx ts-node --transpile-only bin/am.ts",
    "am": "npx ts-node --transpile-only bin/am.ts",
    "start": "node dist/bin/am.js",
    "lint": "eslint src/ bin/ --ext .ts",
    "typecheck": "tsc --noEmit 2>&1 | grep -v gravitee-am-test-sdk/",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/inquirer": "^8.2.10",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.11.0",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=20.11.1"
  }
}
