@primerouting/zitadel-node
Version:
Library for API access to ZITADEL. Provides compiled gRPC service clients and helpers for applications and service accounts. Support http2 self-hosted instances
58 lines (57 loc) • 1.6 kB
JSON
{
"name": "@primerouting/zitadel-node",
"version": "0.0.4",
"description": "Library for API access to ZITADEL. Provides compiled gRPC service clients and helpers for applications and service accounts. Support http2 self-hosted instances",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsc-silent -p tsconfig.json --suppressConfig tsc-silent.config.cjs -w",
"build": "npm run build:grpc && npm run build:tsc",
"prebuild:tsc": "rimraf dist",
"build:tsc": "tsc -p tsconfig.build.json",
"prebuild:grpc": "rimraf src/grpc/generated && make-dir src/grpc/generated",
"build:grpc": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"test": "ava"
},
"keywords": [
"ZITADEL",
"gRPC",
"node",
"authN",
"authZ",
"OIDC",
"IAM",
"API"
],
"author": "Christoph Bühler, smartive AG, <christoph@smartive.ch>",
"license": "Apache-2.0",
"files": [
"dist"
],
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@tsconfig/node-lts": "20.1.3",
"@types/node-rsa": "1.1.4",
"ava": "6.1.3",
"grpc-tools": "1.12.4",
"make-dir-cli": "4.0.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-proto": "1.181.1",
"tsc-silent": "1.2.2",
"typescript": "5.5.4"
},
"dependencies": {
"got": "^14.4.2",
"jose": "^5.6.3",
"long": "^5.2.3",
"nice-grpc": "^2.1.9",
"node-rsa": "^1.1.1",
"openid-client": "^5.6.5",
"protobufjs": "^7.3.2"
}
}