|
1 | 1 | { |
2 | 2 | "name": "@dabblelab/plugin-autopilot", |
3 | | - "description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Assistant", |
| 3 | + "description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot", |
4 | 4 | "version": "1.0.4", |
5 | | - "author": "Steve Tingiris", |
6 | | - "bugs": "https://github.com/tingiris/twilio-cli-autopilot-plugin/issues", |
| 5 | + "author": "Dabble Lab", |
| 6 | + "bugs": "https://github.com/dabblelab/twilio-cli-autopilot-plugin/issues", |
7 | 7 | "dependencies": { |
8 | 8 | "@dabblelab/autopilot-core": "^1.0.0", |
9 | 9 | "@oclif/command": "^1.5.19", |
|
62 | 62 | ], |
63 | 63 | "topics": { |
64 | 64 | "autopilot": { |
65 | | - "description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Assistant" |
| 65 | + "description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot" |
66 | 66 | }, |
67 | 67 | "autopilot:create": { |
68 | | - "description": "Create an assistant" |
| 68 | + "description": "Create a bot" |
69 | 69 | }, |
70 | 70 | "autopilot:list": { |
71 | | - "description": "List all autopilot assistant" |
| 71 | + "description": "List all autopilot bots" |
72 | 72 | }, |
73 | 73 | "autopilot:update": { |
74 | | - "description": "Update an assistant" |
| 74 | + "description": "Update a bot" |
75 | 75 | }, |
76 | 76 | "autopilot:delete": { |
77 | | - "description": "Delete an assistant" |
| 77 | + "description": "Delete a bot" |
78 | 78 | }, |
79 | 79 | "autopilot:export": { |
80 | | - "description": "Export an assistant" |
| 80 | + "description": "Export a bot" |
81 | 81 | }, |
82 | 82 | "autopilot:simulate": { |
83 | | - "description": "Simulate an assistant" |
| 83 | + "description": "Simulate a bot" |
84 | 84 | }, |
85 | 85 | "autopilot:import": { |
86 | | - "description": "Import a DialogFlow Agent/Alexa Interaction Model" |
| 86 | + "description": "Import a DialogFlow Agent or an Alexa Interaction Model" |
87 | 87 | }, |
88 | 88 | "autopilot:tasks": { |
89 | | - "description": "Create, Update, Delete, and List Twilio Autopilot Assistant Tasks" |
| 89 | + "description": "Create, Update, Delete, and List Twilio Autopilot Bot Tasks" |
90 | 90 | }, |
91 | 91 | "autopilot:tasks:list": { |
92 | | - "description": "List all tasks of an assistant" |
| 92 | + "description": "List all tasks for a bot" |
93 | 93 | }, |
94 | 94 | "autopilot:tasks:create": { |
95 | | - "description": "Create a task of an assistant" |
| 95 | + "description": "Create a task for a bot" |
96 | 96 | }, |
97 | 97 | "autopilot:tasks:update": { |
98 | | - "description": "Update a task of an assistant" |
| 98 | + "description": "Update a task for a bot" |
99 | 99 | }, |
100 | 100 | "autopilot:tasks:delete": { |
101 | | - "description": "Delete a task of an assistant" |
| 101 | + "description": "Delete a task for a bot" |
102 | 102 | }, |
103 | 103 | "autopilot:samples:upload": { |
104 | 104 | "description": "Upload task samples" |
105 | 105 | }, |
106 | 106 | "autopilot:fields": { |
107 | | - "description": "Create, Update, Delete, and List Fields of a Task" |
| 107 | + "description": "Create, Update, Delete, and List Fields for a Task" |
108 | 108 | }, |
109 | 109 | "autopilot:fields:create": { |
110 | 110 | "description": "Create task field" |
|
116 | 116 | "description": "Delete task field" |
117 | 117 | }, |
118 | 118 | "autopilot:fieldtypes": { |
119 | | - "description": "Create, Update, and List fieldTypes of an assistant" |
| 119 | + "description": "Create, Update, and List fieldTypes for a bot" |
120 | 120 | }, |
121 | 121 | "autopilot:fieldtypes:create": { |
122 | | - "description": "Create assistant fieldType" |
| 122 | + "description": "Create bot fieldType" |
123 | 123 | }, |
124 | 124 | "autopilot:fieldtypes:list": { |
125 | | - "description": "List Assistant fieldTypes" |
| 125 | + "description": "List bot fieldTypes" |
126 | 126 | }, |
127 | 127 | "autopilot:fieldtypes:update": { |
128 | | - "description": "Update Assistant fieldType" |
| 128 | + "description": "Update a bot fieldType" |
129 | 129 | }, |
130 | 130 | "autopilot:fieldvalues:upload": { |
131 | 131 | "description": "Upload FieldValues" |
132 | 132 | }, |
133 | 133 | "autopilot:queries:export": { |
134 | | - "description": "Export Assistant Queries" |
| 134 | + "description": "Export Bot Queries" |
135 | 135 | }, |
136 | 136 | "autopilot:webhooks": { |
137 | | - "description": "Create, Update, List, and Delete webhooks of an assistant" |
| 137 | + "description": "Create, Update, List, and Delete webhooks for a bot" |
138 | 138 | }, |
139 | 139 | "autopilot:webhooks:list": { |
140 | | - "description": "List Assistant Webhooks" |
| 140 | + "description": "List Bot Webhooks" |
141 | 141 | }, |
142 | 142 | "autopilot:webhooks:create": { |
143 | | - "description": "Create Assistant Webhooks" |
| 143 | + "description": "Create Bot Webhooks" |
144 | 144 | }, |
145 | 145 | "autopilot:webhooks:update": { |
146 | | - "description": "Update Assistant Webhooks" |
| 146 | + "description": "Update Bot Webhooks" |
147 | 147 | }, |
148 | 148 | "autopilot:webhooks:delete": { |
149 | | - "description": "Delete Assistant Webhooks" |
| 149 | + "description": "Delete Bot Webhooks" |
150 | 150 | }, |
151 | 151 | "autopilot:modelbuilds:create": { |
152 | 152 | "description": "Create Model Builds" |
153 | 153 | }, |
154 | 154 | "autopilot:deploy": { |
155 | | - "description": "deploy function, model or all of them. Options can only be 'all', 'function' or 'model'." |
| 155 | + "description": "deploy function, model, or both. Options can be 'all', 'function', or 'model'." |
156 | 156 | }, |
157 | 157 | "autopilot:init": { |
158 | | - "description": "Initialize autopilot bot template." |
| 158 | + "description": "Initialize a new bot project from a template." |
159 | 159 | } |
160 | 160 | } |
161 | 161 | }, |
162 | 162 | "publishConfig": { |
163 | 163 | "access": "public" |
164 | 164 | }, |
165 | | - "repository": "tingiris/twilio-cli-autopilot-plugin", |
| 165 | + "repository": "https://github.com/dabblelab/twilio-cli-autopilot-plugin", |
166 | 166 | "scripts": { |
167 | 167 | "postpack": "rm -f oclif.manifest.json", |
168 | 168 | "posttest": "eslint --ignore-path .gitignore . && npm audit", |
|
0 commit comments