{
  "name": "create-twilio-function",
  "version": "4.0.0",
  "description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
  "bin": "./bin/create-twilio-function",
  "main": "./src/create-twilio-function.js",
  "scripts": {},
  "keywords": [
    "twilio",
    "twilio-functions",
    "serverless"
  ],
  "author": "Twilio Inc. <open-source@twilio.com> (https://www.twilio.com/labs)",
  "contributors": [
    "Phil Nash <philnash@twilio.com> (https://philna.sh)"
  ],
  "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"
  },
  "license": "MIT",
  "devDependencies": {
    "@twilio/runtime-handler": "^2.0.3",
    "nock": "^11.3.4"
  },
  "dependencies": {
    "boxen": "^5.1.2",
    "chalk": "^4.1.1",
    "gitignore": "^0.7.0",
    "inquirer": "^8.1.5",
    "ora": "^5.4.1",
    "pkg-install": "^1.0.0",
    "rimraf": "^2.6.3",
    "terminal-link": "^2.0.0",
    "twilio-run": "^5.0.0",
    "window-size": "^1.1.1",
    "wrap-ansi": "^7.0.0",
    "yargs": "^17.2.1"
  },
  "engines": {
    "node": "^20.x || ^22.x"
  },
  "files": [
    "bin/",
    "src/",
    "templates/"
  ],
  "gitHead": "6db273648ed19474f4125042556b10c051529912"
}
