{
  "_from": "twilio",
  "_id": "twilio@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-YpOvpQM17UW72QxK5ukMN0RCY0DdEzI+hTTXxHHhlOtuvpP50JMY0NtkvUViWzZVPJSegJrZPjX43GqmhL/7aw==",
  "_location": "/twilio",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "twilio",
    "name": "twilio",
    "escapedName": "twilio",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/twilio/-/twilio-5.1.1.tgz",
  "_shasum": "b0a44d8fc274f44ecc9a627bb1d46f3fd3f4a251",
  "_spec": "twilio",
  "_where": "C:\\xampp\\htdocs\\emeraltd",
  "author": {
    "name": "API Team",
    "email": "api@twilio.com"
  },
  "bugs": {
    "url": "https://github.com/twilio/twilio-node/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "twilio-node contributors",
      "url": "https://github.com/twilio/twilio-node/graphs/contributors"
    }
  ],
  "dependencies": {
    "axios": "^1.6.8",
    "dayjs": "^1.11.9",
    "https-proxy-agent": "^5.0.0",
    "jsonwebtoken": "^9.0.2",
    "qs": "^6.9.4",
    "scmp": "^2.1.0",
    "xmlbuilder": "^13.0.2"
  },
  "deprecated": false,
  "description": "A Twilio helper library",
  "devDependencies": {
    "@babel/preset-env": "^7.23.0",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^29.5.5",
    "@types/jsonwebtoken": "^9.0.2",
    "@types/node": "^18.11.18",
    "@types/qs": "^6.9.7",
    "babel-plugin-replace-ts-export-assignment": "^0.0.2",
    "eslint": "^8.31.0",
    "express": "^4.17.1",
    "jest": "^29.5.5",
    "jshint": "^2.11.0",
    "mock-fs": "^5.2.0",
    "nock": "^13.2.9",
    "node-mocks-http": "^1.8.1",
    "prettier": "^2.7.1",
    "ts-jest": "^29.1.1",
    "typedoc": "^0.23.21",
    "typescript": "^4.7.2"
  },
  "engines": {
    "node": ">=14.0"
  },
  "files": [
    "lib",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/twilio/twilio-node#readme",
  "keywords": [
    "twilio",
    "sms",
    "rest",
    "api"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "twilio",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twilio/twilio-node.git"
  },
  "scripts": {
    "build": "tsc",
    "check": "npm run jshint && npm run jscs",
    "ci": "npm run test && npm run nsp && npm run prettier-check",
    "jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
    "jshint": "jshint src/rest/** src/base/** src/http/**",
    "nsp": "npm audit --production",
    "prepublish": "npm run build",
    "prettier": "prettier --write .",
    "prettier-check": "prettier --check .",
    "test": "npm run test:javascript && npm run test:typescript",
    "test:javascript": "jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster",
    "test:typescript": "tsc --noEmit",
    "typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
  },
  "types": "./index.d.ts",
  "version": "5.1.1"
}
