780cb815dc
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@keycloak/keycloak-admin-client",
|
|
"version": "999.0.0-dev",
|
|
"description": "A client to interact with Keycloak's Administration API",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"types": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"lint": "wireit",
|
|
"test": "wireit",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "tsc --pretty",
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json"
|
|
],
|
|
"output": [
|
|
"lib/**"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx"
|
|
},
|
|
"test": {
|
|
"command": "TS_NODE_PROJECT=tsconfig.test.json mocha --recursive \"test/**/*.spec.ts\" --timeout 10000"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"camelize-ts": "^2.3.0",
|
|
"lodash-es": "^4.17.21",
|
|
"url-join": "^5.0.0",
|
|
"url-template": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^7.6.0",
|
|
"@types/chai": "^4.3.4",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^18.14.2",
|
|
"chai": "^4.3.7",
|
|
"mocha": "^10.2.0",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"author": {
|
|
"name": "Red Hat, Inc.",
|
|
"url": "https://www.keycloak.org/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keycloak/keycloak.git"
|
|
},
|
|
"homepage": "https://www.keycloak.org/"
|
|
}
|