-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.14 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
{
"name": "@fernforge/alchemy",
"version": "0.1.1",
"description": "Turn AI prose into human-quality writing. A drop-in ruleset that tells your coding agent how to write docs, READMEs, commits, and replies without the tell-tale LLM patterns.",
"bin": {
"alchemy": "bin/cli.js"
},
"files": [
"bin/",
"ALCHEMY.md",
"README.md"
],
"scripts": {
"test": "node bin/cli.js --help"
},
"keywords": [
"ai",
"llm",
"ai-writing",
"writing",
"writing-assistant",
"technical-writing",
"prose",
"humanize",
"humanize-ai",
"documentation",
"readme",
"commit-messages",
"coding-agent",
"claude",
"cursor",
"copilot",
"agents",
"agents.md",
"style-guide",
"rules"
],
"author": "fernforge <fernforgehq@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fernforge/alchemy.git"
},
"homepage": "https://github.com/fernforge/alchemy#readme",
"bugs": {
"url": "https://github.com/fernforge/alchemy/issues"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
}
}