{
  "name": "mindsdb-js-sdk",
  "version": "2.3.2",
  "author": "MindsDB",
  "license": "MIT",
  "description": "Official JavaScript SDK for MindsDB",
  "homepage": "https://github.com/mindsdb/mindsdb-js-sdk#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/mindsdb/mindsdb-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/mindsdb/mindsdb-js-sdk/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
    "lint": "eslint * --ext .ts",
    "test": "jest"
  },
  "keywords": [
    "MindsDB",
    "machine-learning",
    "mindsdb-sdk"
  ],
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/json-bigint": "^1.0.4",
    "@types/mysql": "^2.15.21",
    "@types/prettier": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "jest": "^29.4.1",
    "prettier": "^3.3.3",
    "ts-jest": "^29.0.5",
    "typedoc": "^0.23.25",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "agentkeepalive": "^4.2.1",
    "axios": "^1.3.2",
    "json-bigint": "^1.0.0",
    "mysql": "^2.18.1"
  }
}
