UNPKG

woaru

Version:

Universal Project Setup Autopilot - Analyze and automatically configure development tools for ANY programming language

122 lines (121 loc) 3.75 kB
{ "name": "woaru", "version": "5.4.0", "type": "module", "description": "Universal Project Setup Autopilot - Analyze and automatically configure development tools for ANY programming language", "main": "dist/index.js", "bin": { "woaru": "dist/cli.js" }, "scripts": { "build": "node scripts/fix-dirname-esm.js && node scripts/bundle-translations.js && tsc && node scripts/fix-esm-imports.js && node scripts/copy-assets.js", "build:fast": "node scripts/fix-dirname-esm.js && tsc && node scripts/fix-esm-imports.js && node scripts/copy-assets.js", "build:prod": "node scripts/fix-dirname-esm.js && node scripts/validate-translations-strict.js && node scripts/bundle-translations.js && tsc && node scripts/fix-esm-imports.js && node scripts/copy-assets.js", "validate:translations": "node scripts/validate-translations.js", "validate:translations:dev": "node scripts/validate-translations.js --dev", "validate:translations:strict": "node scripts/validate-translations-strict.js", "bundle:translations": "node scripts/bundle-translations.js", "dev": "tsc --watch", "start": "node dist/cli.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "typecheck": "tsc --noEmit", "validate:package": "node scripts/validate-package.js", "prepublishOnly": "npm run build" }, "keywords": [ "cli", "devops", "automation", "project-setup", "linting", "formatting", "development-tools", "code-analysis", "multi-language", "python", "typescript", "javascript", "csharp", "claude-code", "eslint", "prettier", "black", "ruff" ], "author": "iamthamanic", "license": "MIT", "dependencies": { "@sentry/node": "^7.120.4", "axios": "^1.6.2", "blessed": "^0.1.81", "chalk": "^4.1.2", "chokidar": "^4.0.3", "commander": "^11.1.0", "debounce": "^2.2.0", "dotenv": "^17.2.0", "fs-extra": "^11.1.1", "glob": "^10.3.10", "handlebars": "^4.7.8", "i18next": "^25.3.2", "inquirer": "^9.2.12", "jimp": "^1.6.0", "js-yaml": "^4.1.0", "node-notifier": "^10.0.1", "ora": "^5.4.1", "semver": "^7.5.4", "zod": "^4.0.14" }, "devDependencies": { "@eslint/js": "^9.29.0", "@types/blessed": "^0.1.25", "@types/debounce": "^1.2.4", "@types/dotenv": "^6.1.1", "@types/fs-extra": "^11.0.4", "@types/handlebars": "^4.1.0", "@types/i18next": "^12.1.0", "@types/inquirer": "^9.0.7", "@types/jest": "^29.5.8", "@types/js-yaml": "^4.0.9", "@types/node": "^20.10.4", "@types/node-notifier": "^8.0.5", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.1", "jest": "^29.7.0", "prettier": "^3.6.1", "ts-jest": "^29.1.1", "typescript": "^5.3.3", "typescript-eslint": "^8.35.0" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/iamthamanic/WOARU-WorkaroundUltra.git" }, "homepage": "https://github.com/iamthamanic/WOARU-WorkaroundUltra#readme", "bugs": { "url": "https://github.com/iamthamanic/WOARU-WorkaroundUltra/issues" }, "files": [ "dist", "README.md", "LICENSE", "tools/", "ai-models.json", "templates/", "locales/", "src/database/tools-db.json", "src/database/tools-db-schema.json" ] }