{
  "name": "@twilio-labs/serverless-api",
  "version": "5.5.0",
  "description": "API-wrapper for the Twilio Serverless API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "jest": "jest",
    "test": "run-s build:noemit jest",
    "build": "tsc",
    "watch": "tsc --watch",
    "build:noemit": "tsc --noEmit",
    "docs": "echo 'fix typedoc --options typedoc.json'; exit 1;",
    "clean": "rimraf ./dist",
    "prepack": "run-s clean build"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twilio-labs/serverless-toolkit.git"
  },
  "homepage": "https://github.com/twilio-labs/serverless-toolkit",
  "bugs": {
    "url": "https://github.com/twilio-labs/serverless-toolkit/issues"
  },
  "keywords": [
    "twilio",
    "serverless"
  ],
  "author": "Twilio Inc. <open-source@twilio.com> (https://www.twilio.com/labs)",
  "contributors": [
    "Dominik Kundel <dkundel@twilio.com> (https://dkundel.com)"
  ],
  "license": "MIT",
  "files": [
    "dist/",
    "!dist/**/__tests__/*",
    "README.md",
    "scripts/",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/debug": "^4.1.3",
    "@types/jest": "^26.0.24",
    "@types/nock": "^10.0.3",
    "commitizen": "^4.2.4",
    "jest": "^26.6.3",
    "moq.ts": "^6.3.3",
    "nock": "^12.0.3",
    "npm-run-all": "^4.1.5",
    "rimraf": "^2.6.3",
    "ts-jest": "^26.5.0",
    "typedoc": "^0.23.10",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@types/mime-types": "^2.1.0",
    "@types/node": "^14.17.19",
    "@types/recursive-readdir": "^2.2.0",
    "debug": "^4.1.1",
    "fast-redact": "^1.5.0",
    "file-type": "^17.1.6",
    "form-data": "^2.5.0",
    "got": "^11.8.5",
    "hpagent": "^0.1.1",
    "mime-types": "^2.1.22",
    "p-limit": "^2.3.0",
    "recursive-readdir": "^2.2.2",
    "type-fest": "^0.16.0",
    "upath": "^1.1.2"
  },
  "overrides": {
    "@types/prettier": "2.6.0",
    "@types/lodash": "ts3.9",
    "@types/babel__traverse": "ts3.9"
  },
  "gitHead": "12a1f7ee4b24a42ad7b665a3d169f67dc8f43092"
}
