{
  "name": "@stackfactor/client-api",
  "version": "1.1.253",
  "description": "Node.js library for the StackFactor API",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/cjs/lib/index.js",
  "module": "./dist/esm/lib/index.js",
  "types": "./dist/esm/lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/lib/index.d.ts",
      "import": "./dist/esm/lib/index.js",
      "require": "./dist/cjs/lib/index.js"
    }
  },
  "files": [
    "declarations",
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run build:esm && npm run build:cjs",
    "build:esm": "tsc --project tsconfig.esm.json && node -e \"require('fs').writeFileSync('dist/esm/package.json','{\\\"type\\\":\\\"module\\\"}')\"",
    "build:cjs": "tsc --project tsconfig.cjs.json && node -e \"require('fs').writeFileSync('dist/cjs/package.json','{\\\"type\\\":\\\"commonjs\\\"}')\"",
    "build:watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "lint": "eslint 'src/**/*.{ts,tsx}'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StackFactor/stackfactor-client-api.git"
  },
  "author": "StackFactor Inc",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/StackFactor/stackfactor-client-api/issues"
  },
  "homepage": "https://github.com/StackFactor/stackfactor-client-api#readme",
  "dependencies": {
    "axios": "^1.18.1",
    "dotenv": "^17.4.2",
    "html2plaintext": "^2.1.4",
    "https": "latest",
    "node-html-parser": "^9.0.0",
    "socket.io-client": "^4.8.3"
  },
  "devDependencies": {
    "@types/axios": "^0.14.4",
    "@types/node": "^26.1.0",
    "@typescript-eslint/eslint-plugin": "^8.63.0",
    "@typescript-eslint/parser": "^8.63.0",
    "eslint": "^10.6.0",
    "typescript": "^6.0.3"
  }
}
