UNPKG

keycloak-testcontainer

Version:
56 lines (55 loc) 1.26 kB
{ "name": "keycloak-testcontainer", "version": "0.0.9", "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": ">=18.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.26.1", "@typescript-eslint/parser": "8.26.1", "@vitest/coverage-v8": "3.0.8", "axios": "1.8.3", "eslint": "9.22.0", "typescript": "5.8.2", "vitest": "3.0.8" }, "dependencies": { "@keycloak/keycloak-admin-client": "26.1.4", "testcontainers": "10.19.0" } }