UNPKG

agentsqripts

Version:

Comprehensive static code analysis toolkit for identifying technical debt, security vulnerabilities, performance issues, and code quality problems

77 lines (76 loc) 2.12 kB
{ "name": "agentsqripts", "version": "1.0.7", "description": "Comprehensive static code analysis toolkit for identifying technical debt, security vulnerabilities, performance issues, and code quality problems", "main": "index.js", "bin": { "analyze-cleanup": "./cli/analyze-cleanup.js", "analyze-complexity": "./cli/analyze-complexity.js", "analyze-export-opportunities": "./cli/analyze-export-opportunities.js", "analyze-frontend-backend": "./cli/analyze-frontend-backend.js", "analyze-performance": "./cli/analyze-performance.js", "analyze-scalability": "./cli/analyze-scalability.js", "analyze-security": "./cli/analyze-security.js", "analyze-srp": "./cli/analyze-srp.js", "analyze-static-bugs": "./cli/analyze-static-bugs.js", "analyze-ui-problems": "./cli/analyze-ui-problems.js", "analyze-wet-code": "./cli/analyze-wet-code.js", "problem-scope": "./cli/problem-scope.js", "promote-exports": "./cli/promote-exports.js" }, "scripts": { "test": "node test-runner.js", "prepublishOnly": "npm test" }, "keywords": [ "static-analysis", "code-quality", "linter", "security", "performance", "technical-debt", "ast", "code-analyzer", "srp", "wet-code", "dry", "scalability", "bug-detection" ], "author": "Q", "license": "MIT", "homepage": "https://github.com/Bijikyu/agentsqripts#readme", "repository": { "type": "git", "url": "git+https://github.com/Bijikyu/agentsqripts.git" }, "bugs": { "url": "https://github.com/Bijikyu/agentsqripts/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "index.js", "lib/**/*", "cli/**/*", "config/**/*", "README.md", "LICENSE" ], "dependencies": { "acorn": "^8.15.0", "acorn-walk": "^8.3.4", "agentsqripts": "^1.0.4", "loqatevars": "^1.0.6", "madge": "^8.0.0", "qerrors": "^1.2.4", "repomix": "^1.2.0", "unqommented": "^1.1.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "qtests": "^1.0.5" } }