-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
191 lines (191 loc) · 5.68 KB
/
Copy pathpackage.json
File metadata and controls
191 lines (191 loc) · 5.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "@sendly/cli",
"version": "3.37.1",
"private": false,
"type": "module",
"description": "Sendly CLI - Send SMS from your terminal",
"author": "Sendly <support@sendly.live>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"sendly": "./bin/run.js"
},
"files": [
"bin",
"dist",
"oclif.manifest.json"
],
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"dev": "tsc -b --watch",
"lint": "eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "npm run build && [ -f oclif.manifest.json ] || oclif manifest && oclif readme",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"version": "oclif readme && git add README.md"
},
"oclif": {
"bin": "sendly",
"dirname": "sendly",
"commands": "./dist/commands",
"helpClass": "./dist/lib/help",
"hooks": {
"command_not_found": "./dist/hooks/command-not-found"
},
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-warn-if-update-available"
],
"warn-if-update-available": {
"timeoutInDays": 1,
"message": "<%= config.name %> is out of date: <%= chalk.yellow(config.version) %> → <%= chalk.green(latest) %>. Run `sendly upgrade` to update."
},
"topicSeparator": " ",
"topics": {
"sms": {
"description": "Send and manage SMS messages"
},
"business-upgrade": {
"description": "Upgrade a workspace's business entity (e.g. sole-prop → LLC); reserves a new toll-free number under the new entity and submits to the carrier for review"
},
"contacts": {
"description": "Manage contacts, import CSVs, run carrier lookups, and mark invalid contacts valid"
},
"conversations": {
"description": "View and reply to inbound conversations, manage context, close/reopen"
},
"campaigns": {
"description": "Create, schedule, preview, and send bulk SMS campaigns"
},
"templates": {
"description": "Create and manage message templates; includes AI-powered enhancement"
},
"labels": {
"description": "Organize conversations and contacts with labels"
},
"links": {
"description": "Create, list, and disable branded short links (URL shortening)"
},
"drafts": {
"description": "Human-in-the-loop drafts — create, approve, or reject pending sends"
},
"verify": {
"description": "Send and validate OTP codes for verification flows"
},
"numbers": {
"description": "Browse, search, and buy phone numbers across supported countries"
},
"whatsapp": {
"description": "Connect WhatsApp senders, manage templates and profiles, and send messages"
},
"rcs": {
"description": "Send RCS messages with rich cards and suggestion chips; list agents and check recipient capability"
},
"10dlc": {
"description": "10DLC A2P messaging registration — brands, campaigns, number assignment"
},
"10dlc brands": {
"description": "Register brands and track their carrier-review status"
},
"10dlc campaigns": {
"description": "Create messaging campaigns and track their carrier-review status"
},
"10dlc assignments": {
"description": "View number-to-campaign assignments"
},
"keys": {
"description": "Manage API keys"
},
"webhooks": {
"description": "Manage and test webhooks"
},
"logs": {
"description": "View logs and debug"
},
"config": {
"description": "Manage CLI configuration"
},
"teams": {
"description": "Manage teams and organizations"
},
"credits": {
"description": "Manage credits and transfers"
},
"enterprise": {
"description": "Manage enterprise workspaces, billing, and analytics"
},
"enterprise workspaces": {
"description": "Create, list, and manage enterprise workspaces"
},
"enterprise keys": {
"description": "Manage API keys for enterprise workspaces"
},
"enterprise webhooks": {
"description": "Manage enterprise-level webhooks"
},
"enterprise analytics": {
"description": "View enterprise analytics and reports"
},
"enterprise quota": {
"description": "Manage workspace message quotas"
},
"rules": {
"description": "Manage auto-labeling rules for AI classification"
},
"events": {
"description": "Listen to real-time events"
}
}
},
"dependencies": {
"@oclif/core": "^3.27.0",
"@oclif/plugin-help": "^6.2.0",
"@oclif/plugin-warn-if-update-available": "^3.1.60",
"chalk": "^5.3.0",
"chrono-node": "^2.9.0",
"cli-table3": "^0.6.5",
"conf": "^12.0.0",
"inquirer": "^9.2.23",
"open": "^10.1.0",
"ora": "^8.0.1",
"ws": "^8.17.0"
},
"devDependencies": {
"@oclif/test": "^3.2.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.0.0",
"@types/ws": "^8.5.10",
"oclif": "^4.14.0",
"shx": "^0.3.4",
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"sendly",
"sms",
"sms-api",
"cli",
"messaging",
"text-message",
"otp",
"phone-verification",
"bulk-sms",
"twilio-alternative",
"developer-tools",
"webhooks"
],
"repository": {
"type": "git",
"url": "https://github.com/SendlyHQ/sendly-cli.git"
},
"homepage": "https://sendly.live/docs/cli",
"bugs": {
"url": "https://github.com/SendlyHQ/sendly-cli/issues"
}
}