{
  "name": "keycloak-testcontainer",
  "version": "0.2.2",
  "description": "Run a Keycloak testcontainer with node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "test": "vitest --coverage"
  },
  "engines": {
    "node": ">=22.0.0",
    "npm": ">=7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slemke/keycloak-testcontainer.git"
  },
  "keywords": [
    "node",
    "keycloak",
    "testcontainer",
    "docker",
    "container",
    "testing",
    "typescript"
  ],
  "author": "Sascha Lemke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/slemke/keycloak-testcontainer/issues"
  },
  "homepage": "https://github.com/slemke/keycloak-testcontainer#readme",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "8.65.0",
    "@typescript-eslint/parser": "8.65.0",
    "@vitest/coverage-v8": "4.1.10",
    "axios": "1.18.1",
    "eslint": "10.7.0",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "dependencies": {
    "@keycloak/keycloak-admin-client": "26.7.0",
    "testcontainers": "12.0.4"
  }
}
