{
  "name": "@trustvc/w3c-credential-status",
  "version": "2.5.0",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "npx vitest --run --test-timeout=15000",
    "lint": "npx tsc --noEmit && npx eslint . --color --format=table --max-warnings=0",
    "build": "nx run @trustvc/w3c-credential-status:'clean' && tsup",
    "clean": "rm -rf dist/"
  },
  "keywords": [],
  "author": "IMDA",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.x"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "@trustvc/w3c-context": "^2.5.0",
    "@trustvc/w3c-issuer": "^2.3.0",
    "base64url-universal": "^2.0.0",
    "pako": "^2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TrustVC/w3c.git"
  },
  "bugs": {
    "url": "https://github.com/trustvc/w3c/issues"
  },
  "homepage": "https://github.com/trustvc/w3c#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "private": false
}
