{
  "name": "totalum-api-sdk",
  "version": "3.0.8",
  "description": "Totalum sdk wrapper and utils of totalum api",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc; npx webpack",
    "test": "ts-node --project tests/tsconfig.json tests/run-all.ts",
    "test:query": "ts-node --project tests/tsconfig.json tests/run-all.ts query",
    "test:scraper": "ts-node --project tests/tsconfig.json tests/run-all.ts scraper",
    "test:endpoints": "ts-node --project tests/tsconfig.json tests/run-all.ts endpoints",
    "test-endpoints": "ts-node test-all-endpoints.ts"
  },
  "author": "Totalum",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^24.8.1",
    "@types/qs": "^6.9.7",
    "axios": "^1.12.2",
    "dotenv": "^17.3.1",
    "openai": "^4.104.0",
    "ts-loader": "^9.5.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "qs": "^6.11.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
