UNPKG

plugin-twilio-infra

Version:
103 lines (102 loc) 2.81 kB
{ "name": "plugin-twilio-infra", "description": "Develop and deploy your Twilio infrastructure using code", "version": "0.4.1", "author": "Kaique Lupo Leite <klupo@twilio.com>", "contributors": [ { "name": "Giuseppe Verni", "email": "gverni@twilio.com" }, { "name": "Maria Bermudez", "email": "mbermudez@twilio.com" } ], "bugs": "https://github.com/twilio-infra-as-code/plugin-twilio-infra/issues", "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.13.3", "@twilio/cli-core": "^4.3.3", "chalk": "^4.1.0", "dotenv": "^10.0.0", "inquirer": "^8.0.0", "ora": "^5.3.0", "shelljs": "^0.8.4" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@oclif/plugin-help": "^2.2.1", "@oclif/test": "^1.2.5", "@twilio/cli-test": "^2.0.2", "all-contributors-cli": "^6.7.0", "chai": "^4.2.0", "eslint": "^4.19.1", "eslint-config-oclif": "^1.5.1", "globby": "^8.0.2", "mocha": "^5.2.0", "nyc": "^13.3.0" }, "engines": { "node": ">=8.10.0" }, "files": [ "/oclif.manifest.json", "/src", "/yarn.lock", "LICENSE", "README.md" ], "homepage": "https://github.com/twilio-infra-as-code/plugin-twilio-infra", "keywords": [ "oclif-plugin", "twilio-cli-plugin", "twilio-ci", "twilio" ], "license": "MIT", "oclif": { "name": "infra", "commands": "./src/commands", "bin": "twilio", "devPlugins": [ "@oclif/plugin-help" ], "topics": { "infra": { "description": "Locally develop, debug and deploy infrastructure to Twilio project describing it as code" }, "infra:new": { "description": "Creates a new project based on a template" }, "infra:deploy": { "description": "Deploys and updates resources described in this directory to a Twilio project" }, "infra:preview": { "description": "Previews changes related to resources described in this directory and mapped to a Twilio project" }, "infra:destroy": { "description": "Destroy an existing stack and the deployed resources" }, "infra:environment:new": { "description": "Create a new environment for the current Twilio project" }, "infra:environment:get": { "description": "Get the deployment environment set for the current project" }, "infra:environment:set": { "description": "Set the deployment environment for the current project" } } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/twilio-infra-as-code/plugin-twilio-infra" }, "scripts": { "linter:fix": "eslint --ignore-path .gitignore . --fix" } }