mirror of
https://github.com/conorbronsdon/avoid-ai-writing.git
synced 2026-09-19 01:32:11 +08:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "avoid-ai-writing-detector",
|
|
"version": "3.35.0",
|
|
"description": "Deterministic detection engine for the Avoid AI Writing skill \u2014 pattern + stylometric analysis of AI-generated text.",
|
|
"license": "MIT",
|
|
"keywords": ["writing", "editing", "ai-detection", "humanize"],
|
|
"homepage": "https://github.com/conorbronsdon/avoid-ai-writing",
|
|
"bugs": {
|
|
"url": "https://github.com/conorbronsdon/avoid-ai-writing/issues"
|
|
},
|
|
"author": {
|
|
"name": "Conor Bronsdon"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conorbronsdon/avoid-ai-writing.git"
|
|
},
|
|
"main": "detector/patterns.js",
|
|
"bin": {
|
|
"avoid-ai-writing": "bin/avoid-ai-writing.js",
|
|
"avoid-ai-writing-gate": "bin/avoid-ai-writing-gate.js"
|
|
},
|
|
"files": [
|
|
"detector/patterns.js",
|
|
"detector/validate.js",
|
|
"bin/avoid-ai-writing.js",
|
|
"bin/avoid-ai-writing-gate.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node scripts/run-tests.js",
|
|
"self-scan": "node scripts/self-scan.js",
|
|
"self-scan:check": "node scripts/self-scan.js --check",
|
|
"corpus": "node scripts/corpus.js list",
|
|
"corpus:fetch": "node scripts/corpus.js fetch",
|
|
"corpus:verify": "node scripts/corpus.js verify",
|
|
"fp": "node scripts/fp-measure.js",
|
|
"eval:rewrite:validate": "node scripts/rewrite-eval.js validate"
|
|
}
|
|
}
|