{
  "name": "@intuned/files",
  "version": "0.1.0",
  "description": "Intuned SDK for file operations (to markdown, extract tables)",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "typesVersions": {
    "*": {
      "files": [
        "./dist/files/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": "./dist/index.js",
    "./files": "./dist/files/index.js",
    "./dist/common/jwtTokenManager": "./dist/common/jwtTokenManager.js"
  },
  "author": "Intuned Team",
  "license": "Elastic-2.0",
  "packageManager": "yarn@4.12.0",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json && yarn copy-dts && babel src --out-dir dist --extensions '.ts' && node scripts/ensure-index-types.js",
    "ensure-types": "node scripts/ensure-index-types.js",
    "test": "vitest run",
    "test:dev": "vitest",
    "test:watch": "vitest",
    "lint": "eslint .",
    "fix": "eslint . --fix",
    "generate-docs": "npx tsx ./scripts/generate-docs.ts",
    "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" dist",
    "release": "npx tsx ./scripts/release.ts"
  },
  "dependencies": {
    "async-retry": "1.3.3",
    "chalk": "4.1.2",
    "stack-utils": "2.0.6",
    "tslib": "2.6.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@babel/core": "^7.23.7",
    "@babel/plugin-transform-export-namespace-from": "^7.24.1",
    "@babel/preset-env": "^7.23.7",
    "@babel/preset-typescript": "^7.23.3",
    "@types/async-retry": "1.4.8",
    "@types/node": "^24.1.0",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^7.5.0",
    "copyfiles": "2.4.1",
    "doctrine": "^3.0.0",
    "dotenv": "^16.3.1",
    "eslint": "7.32.0",
    "eslint-plugin-deprecation": "^1.3.3",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.8.8",
    "ts-morph": "^21.0.1",
    "tsx": "^4.19.0",
    "typescript": "5.4.4",
    "vite": "^5.4.12",
    "vitest": "^1.1.3"
  },
  "peerDependencies": {
    "@intuned/browser": "*",
    "@intuned/runtime": "*"
  },
  "peerDependenciesMeta": {
    "@intuned/browser": {
      "optional": true
    },
    "@intuned/runtime": {
      "optional": true
    }
  }
}