{
  "name": "inferable",
  "version": "0.30.136",
  "description": "Javascript SDK for inferable.ai",
  "main": "bin/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf ./bin",
    "prepare": "husky",
    "test": "jest ./src --runInBand --forceExit --setupFiles dotenv/config",
    "test:dev": "jest ./src --watch --setupFiles dotenv/config"
  },
  "author": "Inferable, Inc.",
  "license": "MIT",
  "dependencies": {
    "@ts-rest/core": "^3.28.0",
    "@types/debug": "^4.1.8",
    "@types/json-schema": "^7.0.15",
    "ajv": "=8.17.1",
    "ajv-formats": "=3.0.1",
    "debug": "^4.3.4",
    "l1m": "^0.1.7",
    "node-machine-id": "^1.1.12",
    "prettier": "^3.3.3",
    "zod": "^3.23.5",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.22.11",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.1",
    "@types/node-os-utils": "^1.3.4",
    "@typescript-eslint/eslint-plugin": "^8.12.2",
    "@typescript-eslint/parser": "^8.12.2",
    "dotenv": "^16.3.1",
    "husky": "^9.1.6",
    "jest": "^29.6.4",
    "lint-staged": "^15.2.10",
    "msw": "^2.6.0",
    "promptfoo": "^0.104.0",
    "typescript": "^5.6.3"
  },
  "lint-staged": {
    "*.{js,css,md,ts,tsx}": "prettier --write"
  },
  "jest": {
    "testTimeout": 30000
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inferablehq/inferable.git"
  },
  "homepage": "https://www.inferable.ai",
  "bugs": {
    "email": "hi@inferable.ai",
    "url": "https://github.com/inferablehq/inferable/issues"
  }
}
