{
  "name": "leadconduit-custom",
  "description": "LeadConduit custom integration",
  "version": "2.24.1",
  "main": "index.js",
  "license": "CC-BY-NC-ND-4.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/activeprospect/leadconduit-integration-custom.git"
  },
  "scripts": {
    "test": "mocha",
    "test:coverage:lcov": "nyc --reporter=lcov npm test",
    "fixlint": "eslint . --fix",
    "lint": "eslint ."
  },
  "dependencies": {
    "dot-wild": "^3.0.1",
    "flat": "^1.6.1",
    "ipaddr.js": "^2.0.1",
    "is-valid-domain": "^0.1.6",
    "lodash": "^4.0.0",
    "mime-content": "~0.0.10",
    "mimeparse": "*",
    "regex-parser": "^2.2.1",
    "soap": "1.9.1",
    "tlds": "^1.231.0",
    "unidecode": "^0.1.8",
    "xmlbuilder": "^7.0.0"
  },
  "devDependencies": {
    "@activeprospect/integration-dev-dependencies": "^2.0.1",
    "leadconduit-types": "^4.5.0"
  },
  "engines": {
    "node": ">=20"
  }
}
