-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "ai-humanizer-skill",
"version": "2.1.0",
"description": "A Claude Code / Agent skill that rewrites AI-generated text to read naturally and survive AI detectors (GPTZero, Originality, Turnitin, Copyleaks, Pangram, DetectGPT, Binoculars). Includes a before/after detection-risk scorer.",
"bin": {
"ai-humanizer-skill": "bin/cli.js"
},
"files": [
"bin/",
"skill/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node bin/cli.js --help"
},
"keywords": [
"claude",
"claude-code",
"claude-skill",
"ai-humanizer",
"humanizer",
"ai-detection",
"gptzero",
"originality-ai",
"turnitin",
"anti-detection",
"perplexity",
"burstiness",
"writing"
],
"author": "mlswijerathne",
"license": "MIT",
"homepage": "https://github.com/mlswijerathne/ai-humanizer-skill#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mlswijerathne/ai-humanizer-skill.git"
},
"bugs": {
"url": "https://github.com/mlswijerathne/ai-humanizer-skill/issues"
},
"engines": {
"node": ">=16"
}
}