{
  "name": "twilio",
  "description": "A Twilio helper library",
  "version": "4.1.1",
  "author": "API Team <api@twilio.com>",
  "contributors": [
    {
      "name": "twilio-node contributors",
      "url": "https://github.com/twilio/twilio-node/graphs/contributors"
    }
  ],
  "keywords": [
    "twilio",
    "sms",
    "rest",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/twilio/twilio-node.git"
  },
  "dependencies": {
    "axios": "^0.26.1",
    "dayjs": "^1.8.29",
    "https-proxy-agent": "^5.0.0",
    "jsonwebtoken": "^9.0.0",
    "qs": "^6.9.4",
    "scmp": "^2.1.0",
    "url-parse": "^1.5.9",
    "xmlbuilder": "^13.0.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^29.2.5",
    "@types/jsonwebtoken": "^9.0.0",
    "@types/node": "^18.11.18",
    "@types/qs": "^6.9.7",
    "@types/url-parse": "^1.4.8",
    "babel-plugin-replace-ts-export-assignment": "^0.0.2",
    "eslint": "^8.31.0",
    "express": "^4.17.1",
    "jest": "^29.3.1",
    "jshint": "^2.11.0",
    "localtunnel": "^2.0.2",
    "mock-fs": "^5.2.0",
    "nock": "^13.2.9",
    "node-mocks-http": "^1.8.1",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.5",
    "typescript": "^4.7.2",
    "typedoc": "^0.23.21"
  },
  "scripts": {
    "test": "npm run test:javascript && npm run test:typescript",
    "test:javascript": "jest spec/* --coverage --detectOpenHandles",
    "test:typescript": "tsc --noEmit",
    "jshint": "jshint src/rest/** src/base/** src/http/**",
    "jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
    "prepublish": "npm run build",
    "build": "tsc",
    "check": "npm run jshint && npm run jscs",
    "ci": "npm run test && npm run nsp && npm run prettier-check",
    "nsp": "npm audit --production",
    "prettier": "prettier --write .",
    "prettier-check": "prettier --check .",
    "cluster": "jest ./cluster_test.spec.ts --coverage",
    "webhook-test": "jest ./webhook_cluster_test.spec.ts --coverage",
    "typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
  },
  "files": [
    "lib",
    "index.js",
    "index.d.ts"
  ],
  "main": "./lib",
  "types": "./index.d.ts",
  "engines": {
    "node": ">=14.0"
  },
  "license": "MIT"
}
