UNPKG

ubon

Version:

Security scanner for AI-generated React/Next.js and Python apps. Catches hardcoded secrets, accessibility issues, and vulnerabilities that traditional linters miss.

109 lines (108 loc) 2.54 kB
{ "name": "ubon", "version": "1.1.1", "description": "Security scanner for AI-generated React/Next.js and Python apps. Catches hardcoded secrets, accessibility issues, and vulnerabilities that traditional linters miss.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "ubon": "./dist/cli.js" }, "scripts": { "build": "tsc", "rules:gen": "node scripts/generate-rules-md.js", "dev": "tsc --watch", "start": "node dist/cli.js", "test": "jest", "preversion": "node scripts/check-changelog.js", "prepublishOnly": "npm run build && npm run rules:gen" ,"test:watch": "jest --watch", "lint": "eslint 'src/**/*.ts'", "lint:fix": "eslint 'src/**/*.ts' --fix", "prepublishOnly": "npm run build" }, "keywords": [ "security", "scanner", "react", "nextjs", "python", "ai-generated", "vibe-coding", "accessibility", "vulnerabilities", "hardcoded-secrets", "static-analysis", "linting", "debugging", "supabase", "api-keys", "jwt-tokens", "xss", "sql-injection", "eval", "sarif", "ci-cd", "github-actions", "web-security", "code-quality", "typescript", "javascript", "cursor", "windsurf", "lovable", "replit" ], "author": "Luisfer Romero Calero <luisfer.romero.calero@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/luisfer/ubon.git" }, "bugs": { "url": "https://github.com/luisfer/ubon/issues" }, "homepage": "https://github.com/luisfer/ubon#readme", "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.6.0", "commander": "^11.1.0", "glob": "^10.3.10", "typescript": "^5.3.3" }, "optionalDependencies": { "puppeteer": "^23.6.0" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.1" }, "engines": { "node": ">=16.0.0" }, "preferGlobal": true, "funding": { "type": "github", "url": "https://github.com/sponsors/luisfer" }, "badges": [ { "url": "https://img.shields.io/npm/v/ubon.svg", "description": "npm version" }, { "url": "https://img.shields.io/npm/dm/ubon.svg", "description": "npm downloads" } ] }