{
  "name": "@memberjunction/doc-utils",
  "type": "module",
  "version": "5.49.0",
  "description": "This library provides functionality for dynamically retreiving documentation from the official MemberJunction object model documentation site, parsing it, and caching elements in memory for performance. Use this whenever you need dynamic access to the MJ documentation to feed to AI models and for any other similar purpose.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "start": "ts-node-dev src/index.ts",
    "build": "tsc && tsc-alias -f",
    "test": "vitest run"
  },
  "author": "MemberJunction.com",
  "license": "ISC",
  "devDependencies": {
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@asamuzakjp/css-color": "^4.1.2",
    "@memberjunction/core": "5.49.0",
    "@memberjunction/core-entities": "5.49.0",
    "@memberjunction/global": "5.49.0",
    "axios": "^1.13.4",
    "cssstyle": "^6.0.1",
    "data-urls": "^7.0.0",
    "decimal.js": "^10.6.0",
    "form-data": "^4.0.5",
    "html-encoding-sniffer": "^6.0.0",
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.6",
    "is-potential-custom-element-name": "^1.0.1",
    "jsdom": "^28.0.0",
    "nwsapi": "^2.2.23",
    "parse5": "^8.0.0",
    "psl": "^1.15.0",
    "rrweb-cssom": "^0.8.0",
    "saxes": "^6.0.0",
    "symbol-tree": "^3.2.4",
    "tough-cookie": "^6.0.0",
    "w3c-xmlserializer": "^5.0.0",
    "webidl-conversions": "^8.0.1",
    "whatwg-encoding": "^3.1.1",
    "whatwg-mimetype": "^5.0.0",
    "whatwg-url": "^16.0.0",
    "ws": "^8.19.0",
    "xml-name-validator": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MemberJunction/MJ"
  }
}
