File size: 2,360 Bytes
1e2511f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
    "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"
}