{
  "name": "@usherlabs/verity-client",
  "version": "0.1.1",
  "description": "Verity zkTLS Stack - Typescript Client",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "client",
    "verity",
    "zk",
    "zk-tls",
    "tls"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/usherlabs/verity-dp.git"
  },
  "author": "Usher Labs <labs@usher.so>",
  "bugs": {
    "url": "https://github.com/usherlabs/verity-dp/issues"
  },
  "homepage": "https://github.com/usherlabs/verity-dp/blob/main/ts/verity-client/README.md",
  "readme": "./README.md",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "dependencies": {
    "@types/eventsource": "^1.1.15",
    "axios": "^1.9.0",
    "eventsource": "^2.0.2",
    "tslog": "^4.10.2",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-typescript": "^7.21.4",
    "@biomejs/biome": "^2.2.7",
    "@types/jest": "^29.5.0",
    "@types/mime-types": "^2.1.1",
    "@types/node": "^20.5.3",
    "@types/read": "^0.0.29",
    "babel-jest": "^29.5.0",
    "dotenv": "^16.3.1",
    "jest": "^29.3.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "contributors": [
    "Oki Ayobami (https://github.com/xlassix)"
  ],
  "scripts": {
    "build": "tsc",
    "start": "ts-node src/index.ts",
    "test": "jest --runInBand",
    "lint": "biome check ./**/*.ts",
    "lint:fix": "biome check ./**/*.ts --fix",
    "format": "biome format ./**/*.ts --fix"
  }
}