@twilio-labs/plugin-assets
Version:
Easily upload assets to a Twilio Assets service
82 lines (81 loc) • 2.17 kB
JSON
{
"name": "@twilio-labs/plugin-assets",
"description": "Easily upload assets to a Twilio Assets service",
"version": "2.0.6",
"author": "Twilio Inc. <open-source@twilio.com> (https://www.twilio.com/labs)",
"contributors": [
"Phil Nash <philnash@twilio.com>"
],
"main": "src/index.js",
"dependencies": {
"@oclif/core": "^1.14.2",
"@twilio-labs/serverless-api": "^5.6.0",
"@twilio/cli-core": "^7.0.0",
"inquirer": "^8.0.0",
"ora": "^5.4.0",
"project-name-generator": "^2.1.9"
},
"devDependencies": {
"@oclif/plugin-help": "^5.1.12",
"@oclif/test": "^1.2.5",
"@twilio/cli-test": "^2.1.1",
"oclif": "^4.5.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": ">=18"
},
"files": [
"/oclif.manifest.json",
"/src",
"LICENSE",
"README.md"
],
"keywords": [
"oclif-plugin",
"twilio-cli-plugin",
"twilio-ci",
"twilio",
"assets"
],
"license": "MIT",
"oclif": {
"name": "assets",
"commands": "./src/commands",
"bin": "twilio",
"devPlugins": [
"@oclif/plugin-help"
],
"topics": {
"assets": {
"description": "Easily upload assets to a Twilio Assets service"
},
"assets:init": {
"description": "Create a new assets service to use as a bucket"
},
"assets:upload": {
"description": "Upload a new asset to the Assets service"
},
"assets:list": {
"description": "List all the assets in the service"
}
}
},
"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"
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif manifest && oclif readme",
"version-package": "oclif readme && git add README.md && git commit -m \"chore(@twilio-labs/plugin-assets): version update in readme\" || echo 'Nothing to commit'"
},
"gitHead": "6db273648ed19474f4125042556b10c051529912"
}