-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 2.87 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 2.87 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
{
"name": "@v0idd0/replytone",
"version": "0.1.0",
"description": "replytone — free deterministic draft-reply checker and faster ChatGPT alternative for warmth, clarity, pressure, and urgency before you send. Useful for dating, recruiting, sales, support, workplace, family, and cofounder drafts. Built to funnel higher-intent users into tells.",
"type": "module",
"main": "src/index.js",
"bin": {
"replytone": "./bin/replytone.js"
},
"scripts": {
"test": "node test.js",
"stage:site": "bash ./scripts/stage-site.sh"
},
"keywords": [
"reply",
"tone",
"replytone",
"reply-checker",
"tone-checker",
"tone-analyzer",
"chatgpt-alternative",
"gemini-alternative",
"message-tone-checker",
"reply-tone-checker",
"recruiter-reply-checker",
"client-reply-checker",
"support-reply-checker",
"email-tone-checker",
"draft-reply",
"text-reply",
"should-i-send-this-reply",
"does-this-sound-pushy",
"does-this-sound-rude",
"does-this-email-sound-too-harsh",
"how-does-this-text-sound",
"is-this-message-too-aggressive",
"should-i-send-this",
"tone-before-send",
"soften-this-message",
"warm-or-pushy",
"follow-up-wording",
"wording-checker",
"recruiter-reply-tone",
"client-escalation-draft",
"client-update-tone",
"support-escalation-reply",
"sales-follow-up-wording",
"manager-feedback-wording",
"coworker-message-tone",
"family-text-tone",
"cofounder-text-tone",
"vendor-email-tone",
"apology-message-checker",
"reschedule-reply-tone",
"reply-anxiety",
"draft-checker",
"escalation-email",
"apology-text",
"communication",
"writing",
"messaging",
"texting",
"clarity",
"warmth",
"message-analysis",
"email",
"recruiter",
"recruiting",
"sales-messages",
"customer-support",
"account-management",
"client-communication",
"mediation",
"negotiation",
"workplace-conflict",
"family-conflict",
"cofounder-conflict",
"manager-feedback",
"vendor-escalation",
"cli",
"developer-tools",
"voiddo",
"relationships",
"mixed-signals",
"sales",
"coaching",
"tells"
],
"author": "vøiddo <support@voiddo.com> (https://voiddo.com)",
"license": "MIT",
"homepage": "https://tells.voiddo.com/replytone/?ref=replytone-npm",
"repository": {
"type": "git",
"url": "git+https://github.com/voidd0/replytone.git"
},
"bugs": {
"url": "https://github.com/voidd0/replytone/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/"
}
}