{
  "name": "@mrck-labs/anton-sdk",
  "version": "1.4.0",
  "description": "",
  "type": "commonjs",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "clean": "npx rimraf dist",
    "nuke": "npx rimraf node_modules && npm run clean",
    "dev": "tsup --watch",
    "build": "npx rimraf dist && tsup",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node dist/index.js",
    "prerelease": "npm version patch",
    "release": "npm publish"
  },
  "tsup": {
    "entry": [
      "src/index.ts"
    ],
    "dts": true,
    "sourcemap": true,
    "format": [
      "esm",
      "cjs"
    ]
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mrck-labs/api-interface": "^1.3.0",
    "@mrck-labs/utils": "2.0.1",
    "axios": "^1.7.3",
    "openai": "^4.77.0"
  },
  "devDependencies": {
    "tsup": "^8.2.4",
    "typescript": "^5.5.4"
  }
}