{
  "name": "@qvac/infer-base",
  "version": "0.6.0",
  "description": "Base class for inference clients",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test:dts": "tsc index.d.ts --noEmit --esModuleInterop --target es2018 --moduleResolution node",
    "test:unit": "brittle-bare test/unit/**/*.test.js",
    "test": "npm run test:unit && npm run test:dts"
  },
  "author": "Tether",
  "keywords": [
    "tether",
    "inference",
    "qvac"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "bare-events": "2.4.2",
    "bare-os": "^3.2.0"
  },
  "devDependencies": {
    "brittle": "^3.15.0",
    "standard": "^17.1.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tetherto/qvac.git",
    "directory": "packages/infer-base"
  },
  "bugs": "https://github.com/tetherto/qvac/issues",
  "homepage": "https://github.com/tetherto/qvac/tree/main/packages/infer-base#readme",
  "files": [
    "src",
    "index.d.ts",
    "LICENSE",
    "NOTICE"
  ],
  "types": "index.d.ts"
}
