npm.io
11.0.5 • Published 3d ago

@interop/zcap

Licence
BSD-3-Clause
Version
11.0.5
Deps
3
Size
193 kB
Vulns
0
Weekly
0

zcap (@interop/zcap)

CI NPM Version

JavaScript reference implementation for Authorization Capabilities.

Table of Contents

Background

TODO

Security

TBD

Install

  • Modern browsers and Node.js >= 24 are supported.

This is an ESM-only package ("type": "module"); the published build lives in dist/ (compiled JS + .d.ts type declarations).

To install from NPM:

npm install @interop/zcap

To install locally (for development):

git clone https://github.com/interop-alliance/zcap.git
cd zcap
pnpm install

Usage

TBD

Develop

The source is TypeScript under src/; tests use Vitest (Node) and Playwright (browser).

pnpm run build         # compile src/ -> dist/ (JS + .d.ts)
pnpm run lint          # ESLint (flat config) over src + test
pnpm run format        # Prettier
pnpm run test-node     # Vitest (Node)
pnpm run test-browser  # Playwright (Chromium) — run `pnpm exec playwright install chromium` once
pnpm test              # lint + test-node + test-browser

Contribute

See the contribute file!

PRs accepted.

If editing the Readme, please conform to the standard-readme specification.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@interop.com

License

New BSD License (3-clause) Digital Bazaar

Keywords