We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cd116 commit 3554d4bCopy full SHA for 3554d4b
package.json
@@ -29,17 +29,13 @@
29
"/yarn.lock"
30
],
31
"homepage": "https://github.com/twilio-labs/plugin-token",
32
- "keywords": [
33
- "oclif-plugin"
34
- ],
+ "keywords": ["oclif-plugin"],
35
"license": "MIT",
36
"oclif": {
37
"name": "token",
38
"commands": "./src/commands",
39
"bin": "twilio",
40
- "devPlugins": [
41
- "@oclif/plugin-help"
42
+ "devPlugins": ["@oclif/plugin-help"],
43
"topics": {
44
"token": {
45
"description": "Generate a temporary token for use in test applications"
0 commit comments