Forked from altra/humanize
package.json
{
"name": "lms-plugin-humanize",
"version": "1.0.0",
"description": "Detect AI-written text and humanize it with configurable tone.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"build": "tsc"
},
"keywords": [
"lmstudio",
"lmstudio-plugin",
"humanize",
"ai-detection",
"ai-text",
"writing",
"content",
"paraphrase",
"tone"
],
"author": "thrilok",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
}
}