{
  "name": "@cardano-ogmios/client",
  "version": "7.0.0",
  "description": "TypeScript client library for Cardano Ogmios",
  "engines": {
    "node": ">=14"
  },
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cardanosolutions/ogmios.git",
    "directory": "clients/TypeScript/packages/client"
  },
  "author": "Rhys Bartels-Waller",
  "license": "MPL-2.0",
  "scripts": {
    "build": "tsc --build ./src",
    "build-all": "tsc --build ./src && tsc --build ./test",
    "cleanup": "shx rm -rf dist node_modules",
    "lint": "eslint --ignore-path ../../.eslintignore \"**/*.ts\" --fix",
    "prepack": "yarn build",
    "test": "jest -c ./jest.config.js"
  },
  "devDependencies": {
    "@types/events": "^3.0.0",
    "@types/jest": "^26.0.20",
    "@types/json-bigint": "^1.0.1",
    "@types/node": "^14.14.32",
    "@types/node-fetch": "^2.5.10",
    "@types/ws": "^7.4.0",
    "@typescript-eslint/eslint-plugin": "^4.17.0",
    "@typescript-eslint/parser": "^4.17.0",
    "delay": "^5.0.0",
    "eslint": "^7.21.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.2.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-watch": "^7.0.0",
    "http-status-codes": "^2.1.4",
    "jest": "^26.6.3",
    "json-schema-to-typescript": "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git",
    "shx": "^0.3.3",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "@cardano-ogmios/schema": "7.0.0",
    "@cardanosolutions/json-bigint": "^1.0.1",
    "@types/json-bigint": "^1.0.1",
    "bech32": "^2.0.0",
    "cross-fetch": "^3.1.4",
    "fastq": "^1.11.0",
    "isomorphic-ws": "^4.0.1",
    "nanoid": "^3.3.8",
    "ts-custom-error": "^3.2.0",
    "ws": "^7.5.10"
  },
  "files": [
    "dist/*"
  ]
}
