{
  "name": "@veraid/authority-credentials",
  "version": "1.3.1",
  "author": {
    "email": "no-reply@relaycorp.tech",
    "name": "Relaycorp, Inc.",
    "url": "https://relaycorp.tech/"
  },
  "description": "Automate exchange of cloud credentials for VeraId Authority credentials",
  "type": "module",
  "typings": "lib/index.d.ts",
  "main": "lib/index.js",
  "repository": "https://github.com/CheVeraId/authority-credentials-js",
  "homepage": "https://docs.veraid.net/authority-credentials-js/",
  "license": "MIT",
  "keywords": [
    "VeraId"
  ],
  "scripts": {
    "build": "run-s clean tsc",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:eslint": "eslint --fix .",
    "static-checks": "run-p static-checks:*",
    "static-checks:lint": "eslint .",
    "static-checks:prettier": "prettier \"src/**/*.ts\" --list-different",
    "test": "vitest run src/lib",
    "test:integration": "exit 0",
    "test:integration:github": "vitest run --coverage.enabled=false src/integrationTests",
    "tsc": "tsc",
    "doc-api": "typedoc src/index.ts --out build/docs",
    "clean": "del-cli build lib test"
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@relaycorp/eslint-config": "^2.0.84",
    "@relaycorp/shared-config": "^1.15.1",
    "@vitest/coverage-v8": "^3.1.1",
    "del-cli": "^6.0.0",
    "eslint": "^9.23.0",
    "jose": "^6.0.10",
    "msw": "^2.7.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.3.3",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.1",
    "typescript": "^5.8.2",
    "vitest": "^3.1.1"
  },
  "prettier": "@relaycorp/shared-config/.prettierrc.json",
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
