-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.04 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.04 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
{
"name": "@v0idd0/message-next-step",
"version": "0.1.1",
"description": "message-next-step — free deterministic incoming-message checker and faster ChatGPT alternative for dating, workplace, recruiter, client, and family threads when you need to decide whether to reply now, wait, ask one question, move to a call, or let it go.",
"type": "module",
"main": "src/index.js",
"bin": {
"message-next-step": "./bin/message-next-step.js"
},
"scripts": {
"test": "node test.js",
"stage:site": "bash ./scripts/stage-site.sh"
},
"keywords": [
"message-next-step",
"next-step-checker",
"texting",
"message-analysis",
"incoming-message-analyzer",
"mixed-signals",
"incoming-message",
"incoming-text",
"reply-or-wait",
"wait-or-reply",
"should-i-reply",
"should-i-answer-this-message",
"should-i-respond-now",
"reply-checker",
"reply-decision",
"reply-now-or-wait",
"what-should-i-do-with-this-message",
"how-to-answer-this-text",
"follow-up-decision",
"follow-up-triage",
"how-to-respond",
"message-decision",
"message-triage",
"message-response-decision",
"chatgpt-alternative",
"gemini-alternative",
"ai-writing-alternative",
"email-reply-decision",
"incoming-email-next-step",
"recruiter-message",
"recruiter-follow-up",
"client-message",
"client-follow-up",
"support-escalation",
"support-reply",
"family-conflict",
"family-thread-next-step",
"move-to-call",
"move-this-to-a-call",
"clarifying-question",
"need-one-clarifying-question",
"support-thread-next-step",
"customer-thread-next-step",
"recruiter-next-step",
"client-next-step",
"email-next-step",
"reply-later-or-now",
"respond-or-wait",
"when-to-reply-to-a-text",
"when-to-reply-to-an-email",
"date-text-next-step",
"vague-text-next-step",
"mixed-signal-reply",
"reschedule-message-decision",
"message-escalation-checker",
"what-should-i-reply",
"what-do-i-do-with-this-text",
"what-do-i-do-with-this-email",
"should-i-call-instead-of-text",
"texting-anxiety",
"communication",
"relationships",
"dating",
"workplace",
"recruiting",
"customer-support",
"account-management",
"coaching",
"heuristics",
"cli",
"voiddo",
"tells"
],
"author": "vøiddo <support@voiddo.com> (https://voiddo.com)",
"license": "MIT",
"homepage": "https://tells.voiddo.com/message-next-step/?ref=message-next-step-npm",
"repository": {
"type": "git",
"url": "git+https://github.com/voidd0/message-next-step.git"
},
"bugs": {
"url": "https://github.com/voidd0/message-next-step/issues",
"email": "support@voiddo.com"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"files": [
"bin",
"src",
"README.md",
"compare-chatgpt-gemini.md",
"LICENSE",
"from-the-studio.md"
],
"funding": {
"type": "individual",
"url": "https://voiddo.com/contact/"
}
}