{
  "name": "@relaycorp/veraid-authority",
  "version": "1.12.1",
  "author": {
    "email": "no-reply@relaycorp.tech",
    "name": "Relaycorp, Inc.",
    "url": "https://relaycorp.tech/"
  },
  "description": "Client library for the VeraId Authority API",
  "type": "module",
  "typings": "build/lib/index.d.ts",
  "main": "build/lib/index.js",
  "repository": "https://github.com/relaycorp/veraid-authority-js",
  "homepage": "https://docs.relaycorp.tech/veraid-authority-js/",
  "license": "MIT",
  "keywords": [
    "VeraId",
    "Vera"
  ],
  "scripts": {
    "build": "run-s clean tsc",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:eslint": "eslint --fix src",
    "static-checks": "run-p static-checks:*",
    "static-checks:lint": "eslint src",
    "static-checks:prettier": "prettier \"src/**/*.ts\" --list-different",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "test:integration": "exit 0",
    "tsc": "tsc --project tsconfig-build.json",
    "doc-api": "typedoc src/index.ts --out build/docs --tsconfig tsconfig-build.json",
    "clean": "del-cli build coverage"
  },
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@relaycorp/eslint-config": "^1.1.145",
    "@relaycorp/shared-config": "^1.9.4",
    "@types/jest": "^29.5.0",
    "del-cli": "^5.0.0",
    "jest": "^29.5.0",
    "jest-date-mock": "^1.0.8",
    "jest-extended": "^3.2.4",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.24.7",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "json-schema-to-ts": "^2.9.2"
  },
  "prettier": "@relaycorp/shared-config/.prettierrc.json",
  "eslintConfig": {
    "extends": "@relaycorp"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
