{
  "name": "@foxglove/xmlrpc",
  "private": false,
  "version": "1.3.0",
  "description": "TypeScript library implementing an XMLRPC client and server with pluggable server backend",
  "license": "MIT",
  "keywords": [
    "xmlrpc",
    "xml",
    "rpc",
    "http",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/foxglove/xmlrpc.git"
  },
  "author": {
    "name": "Foxglove Technologies Inc",
    "email": "contact@foxglove.dev"
  },
  "homepage": "https://github.com/foxglove/xmlrpc",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./nodejs": "./dist/nodejs/index.js"
  },
  "files": [
    "dist",
    "src",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "build": "tsc -b",
    "lint:ci": "eslint --report-unused-disable-directives .",
    "lint": "eslint --report-unused-disable-directives --fix .",
    "prepack": "yarn build",
    "prepublishOnly": "yarn lint:ci && yarn test",
    "test": "jest"
  },
  "dependencies": {
    "@foxglove/just-fetch": "^1.2.4",
    "byte-base64": "^1.1.0",
    "sax": "^1.2.4",
    "xmlbuilder2": "^3.0.2"
  },
  "devDependencies": {
    "@foxglove/eslint-plugin": "0.17.1",
    "@types/jest": "^27.0.3",
    "@types/node": "^17.0.31",
    "@types/sax": "^1.2.3",
    "@typescript-eslint/eslint-plugin": "5.5.0",
    "@typescript-eslint/parser": "5.5.0",
    "esbuild": "0.14.0",
    "esbuild-jest": "0.5.0",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-es": "4.1.0",
    "eslint-plugin-filenames": "1.3.2",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-jest": "25.3.0",
    "eslint-plugin-prettier": "4.0.0",
    "jest": "27.4.0",
    "prettier": "2.5.0",
    "typescript": "4.5.2"
  }
}
