UNPKG

create-twilio-agent

Version:
42 lines (41 loc) 913 B
{ "name": "create-twilio-agent", "version": "1.1.6", "description": "Create a new Twilio agent with a single command", "main": "index.js", "bin": { "create-twilio-agent": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "twilio", "agent", "create", "cli", "generator", "voice", "conversational-ai" ], "author": "", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^14.0.0", "fs-extra": "^11.3.0", "inquirer": "^8.2.6", "ora": "^5.4.1" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/twilio-demos/create-twilio-agent.git" }, "bugs": { "url": "https://github.com/twilio-demos/create-twilio-agent/issues" }, "homepage": "https://github.com/twilio-demos/create-twilio-agent#readme" }