chahuadev-fix-comments / package.json
chahuadev's picture
Upload 37 files
1e2511f verified
{
"name": "@chahuadev/fix-comments",
"version": "3.0.1-beta",
"description": "Universal Comment Fixer Tool v3.0.1-beta (FINAL BETA) - Professional Comment Standardization for JavaScript/TypeScript projects with Advanced AI-Powered Intelligence and Enterprise Security. Next release: v1.0.0 Production Ready (Q1 2026)",
"main": "fix-comments.js",
"bin": {
"fix-comments": "fix-comments.js",
"chahuadev-fix-comments": "fix-comments.js"
},
"scripts": {
"fix": "node fix-comments.js",
"test": "node scripts/pre-publish.js",
"test:demo": "node prototype-tokenizer-v2.js",
"validate": "node scripts/pre-publish.js",
"pretest": "echo 'Running validation with pre-publish script...'",
"install-global": "npm install -g .",
"uninstall-global": "npm uninstall -g @chahuadev/fix-comments",
"prepublishOnly": "echo 'Ready for FINAL BETA publish! Next: v1.0.0 Production Ready'"
},
"keywords": [
"javascript",
"typescript",
"jsx",
"tsx",
"comments",
"format",
"formatter",
"bilingual",
"thai",
"english",
"chahuadev",
"fix",
"jsdoc",
"ai-friendly",
"artificial-intelligence",
"claude",
"chatgpt",
"copilot",
"cli",
"automation",
"tool",
"developer-tools",
"code-quality",
"tokenizer",
"ast",
"parser",
"zones",
"organization"
],
"author": {
"name": "Chahuadev",
"email": "chahuadev@gmail.com",
"url": "https://chahuadev.com"
},
"license": "MIT",
"engines": {
"node": ">=22.0.0"
},
"files": [
"fix-comments.js",
"scripts/",
"README.md",
"CHANGELOG.md",
"ROADMAP.md",
"FUTURE-APPLICATIONS.md",
"IMPLEMENTATION-PLAN.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chahuadev/chahuadev-fix-comments"
},
"bugs": {
"url": "https://github.com/chahuadev/chahuadev-fix-comments/issues"
},
"homepage": "https://github.com/chahuadev/chahuadev-fix-comments#readme"
}