{
  "name": "@polymath-ai/client",
  "version": "2.0.3",
  "description": "A JavaScript client library to run Polymath",
  "main": "dist/src/main.js",
  "exports": "./dist/src/main.js",
  "type": "module",
  "scripts": {
    "test": "ava",
    "build": "tsc --b",
    "watch": "tsc --b --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polymath-ai/polymath-js-client.git"
  },
  "keywords": [
    "polymath",
    "ai"
  ],
  "author": "Dion Almaer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/polymath-ai/polymath-js-client/issues"
  },
  "homepage": "https://github.com/polymath-ai/polymath-js-client#readme",
  "files": [
    "dist",
    "index.js"
  ],
  "ava": {
    "files": [
      "tests/**/*.ts"
    ],
    "typescript": {
      "rewritePaths": {
        "./": "dist/"
      },
      "compile": false
    }
  },
  "dependencies": {
    "@polymath-ai/types": "*",
    "@polymath-ai/validation": "*",
    "@polymath-ai/host": "*",
    "@types/htmlparser2": "^3.10.3",
    "@types/http-link-header": "^1.0.3",
    "content-type-parser": "^1.0.2",
    "dotenv": "^16.0.3",
    "esm": "^3.2.25",
    "find-up": "^6.3.0",
    "gpt-3-encoder": "^1.1.4",
    "htmlparser2": "^8.0.2",
    "http-link-header": "^1.1.0",
    "openai": "^3.1.0",
    "pinecone-client": "^1.0.1"
  },
  "devDependencies": {
    "@ava/typescript": "^3.0.1",
    "@polymath-ai/infra": "*",
    "ava": "^5.2.0",
    "typescript": "^4.9.5"
  }
}
