-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.56 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.56 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
{
"name": "@v0idd0/ambiguity-meter",
"version": "0.1.2",
"description": "ambiguity-meter — deterministic incoming-message checker and faster ChatGPT/Gemini alternative for dating, workplace, recruiter, client, support, family, and cofounder threads that scores ambiguity, push-pull language, blame cues, and next-step clarity.",
"type": "module",
"main": "src/index.js",
"bin": {
"ambiguity-meter": "./bin/ambiguity-meter.js"
},
"scripts": {
"test": "node test.js",
"stage:site": "bash ./scripts/stage-site.sh"
},
"keywords": [
"ambiguity-meter",
"ambiguity",
"incoming-message",
"incoming-text",
"message-ambiguity",
"mixed-signal-checker",
"mixed-signal-text",
"chatgpt-alternative",
"gemini-alternative",
"vague-text-checker",
"unclear-text",
"evasive-message",
"breadcrumbing",
"stringing-me-along",
"soft-stall",
"soft-yes-or-no",
"recruiter-stall",
"recruiter-vague",
"ambiguous-reply",
"is-this-vague",
"mixed-signals-recruiter",
"mixed-signals-client",
"unclear-client-email",
"breadcrumbing-text",
"client-stall",
"client-vague",
"support-deflection",
"support-dodging",
"ai-relationship-tool",
"mixed-signals",
"push-pull",
"texting",
"message-clarity",
"dating-texts",
"dating",
"workplace",
"recruiting",
"recruiter-message",
"client-message",
"customer-support",
"manager-unclear",
"vendor-delay",
"cofounder-drift",
"support-escalation",
"account-management",
"family-conflict",
"cofounder-conflict",
"workplace-conflict",
"manager-feedback",
"vendor-escalation",
"boundary-setting",
"messages",
"message-analysis",
"communication",
"relationships",
"clarity",
"heuristic",
"subtext",
"heuristics",
"cli",
"voiddo",
"tells"
],
"author": "vøiddo <support@voiddo.com> (https://voiddo.com)",
"license": "MIT",
"homepage": "https://tells.voiddo.com/ambiguity-meter/?ref=ambiguity-meter-npm",
"bugs": {
"url": "https://voiddo.com/contact/?ref=ambiguity-meter-npm-support",
"email": "support@voiddo.com"
},
"repository": {
"type": "git",
"url": "https://github.com/voidd0/ambiguity-meter.git"
},
"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/"
}
}