{
  "name": "@beast-mode/core",
  "version": "1.0.1",
  "description": "BEAST MODE - Neural Intelligence Development Ecosystem. AI-powered code analysis, deployment orchestration, and development intelligence.",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "bin": {
    "beast-mode": "./bin/beast-mode.js"
  },
  "scripts": {
    "mlflow:start": "bash scripts/start-mlflow.sh",
    "mlflow:stop": "./scripts/stop-mlflow.sh",
    "ml:health-check": "node scripts/ml-db-health-check.js",
    "ml:feedback-stats": "node scripts/check-feedback-rate.js",
    "ml:train": "node scripts/train-first-model.js",
    "ml:improve-feedback": "node scripts/improve-feedback-collection.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "echo 'ESM library - no build step needed'",
    "lint": "echo 'Linting not yet configured'",
    "docs": "jsdoc lib/**/*.js -d docs",
    "release": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "launch": "node launch.js",
    "launch:post-npm": "node launch-post-npm.js",
    "launch:continue": "node continue-launch.js",
    "vercel:update": "node scripts/vercel-api.js update",
    "dns:update": "node scripts/porkbun-api.js update",
    "dev": "cd website && npm run dev",
    "build:website": "cd website && npm run build",
    "start:website": "cd website && npm run start",
    "services:start": "node scripts/start-all-services.js",
    "services:manager": "node scripts/service-manager.js",
    "services:stop": "pkill -f 'node.*start-all-services' || true",
    "work": "npm run services:start & npm run dev",
    "mlflow:init": "node scripts/setup-mlflow.js",
    "train:quality": "node scripts/train-quality-model.js",
    "ml:status": "node scripts/ml-status.js",
    "mlflow:start:bg": "./scripts/start-mlflow-background.sh",
    "feedback:check": "node scripts/check-feedback-rate.js",
    "test:integrations": "node scripts/test-integrations.js",
    "test:all": "npm run test:comprehensive && npm run test:expanded && npm run test:ftue",
    "test:consolidated": "node scripts/test-consolidated-services.js",
    "monitoring": "node scripts/production-monitoring.js",
    "analytics:report": "node scripts/analytics-report.js",
    "test:db-writer": "node scripts/test-database-writer.js",
    "test:training-extractor": "node scripts/test-training-data-extractor.js",
    "test:feedback-collector": "node scripts/test-feedback-collector.js",
    "test:training-pipeline": "node scripts/test-training-pipeline.js",
    "monitor:feedback": "node scripts/monitor-feedback.js",
    "setup:mlflow": "node scripts/setup-mlflow.js",
    "train:model": "node scripts/train-first-model.js",
    "test:predictionid": "node scripts/test-predictionid-flow.js",
    "improve:feedback": "node scripts/improve-feedback-rate.js",
    "prompts:feedback": "node scripts/auto-feedback-prompts.js",
    "auto:feedback": "node scripts/auto-collect-feedback.js",
    "schedule:feedback": "node scripts/schedule-feedback-collection.js",
    "service:feedback": "node scripts/start-feedback-service.js",
    "report:feedback": "node scripts/generate-feedback-report.js",
    "setup:feedback": "node scripts/setup-feedback-system.js",
    "test:multitype-feedback": "node scripts/test-multitype-feedback.js",
    "scan:supabase": "node scripts/scan-supabase-schema.js",
    "check:feedback": "./scripts/check-feedback-service.sh",
    "extract:training-data": "node scripts/test-training-data-extractor.js",
    "ml:performance": "node scripts/ml-db-performance.js",
    "ml:feedback-dashboard": "node scripts/feedback-dashboard.js",
    "fine-tune": "node scripts/fine-tune-model.js",
    "test:advanced-ensemble": "node scripts/test-advanced-ensemble.js",
    "test:month5": "node scripts/test-month5-features.js",
    "train:neural-network": "node scripts/train-neural-network.js",
    "train:transformer": "node scripts/train-transformer.js",
    "test:explainability": "node scripts/test-explainability.js",
    "compare:models": "node scripts/compare-models.js",
    "quantize:model": "node scripts/quantize-model.js",
    "test:enterprise": "node scripts/test-enterprise-features.js",
    "test:multi-region": "node scripts/test-multi-region.js",
    "test:month7": "node scripts/test-month7-integration.js",
    "benchmark:month7": "node scripts/benchmark-month7.js",
    "test:optimization": "node scripts/test-optimization-services.js",
    "test:resilience": "node scripts/test-resilience.js",
    "test:month8": "node scripts/test-month8-integration.js",
    "test:analytics": "node scripts/test-analytics.js",
    "test:intelligence": "node scripts/test-intelligence.js",
    "test:month9": "node scripts/test-month9-integration.js",
    "test:scale": "node scripts/test-scale.js",
    "test:scale-advanced": "node scripts/test-scale-advanced.js",
    "test:phase1": "node scripts/test-phase1-integration.js",
    "test:phase1-week2": "node scripts/test-phase1-week2.js",
    "test:phase1-week3": "node scripts/test-phase1-week3.js",
    "test:phase2-week1": "node scripts/test-phase2-week1.js",
    "test:phase2-week2": "node scripts/test-phase2-week2.js",
    "test:phase2-week3": "node scripts/test-phase2-week3.js",
    "test:phase3-week1": "node scripts/test-phase3-week1.js",
    "test:phase3-week2": "node scripts/test-phase3-week2.js",
    "test:phase3-e2e": "node scripts/test-phase3-e2e.js",
    "benchmark:phase3": "node scripts/benchmark-phase3.js",
    "verify:env": "node scripts/verify-env.js",
    "test:production-build": "node scripts/test-production-build.js",
    "test:monitoring": "node scripts/test-monitoring.js",
    "test:alerts": "node scripts/test-alerts.js",
    "test:pre-deployment": "node scripts/test-pre-deployment.js",
    "test:model-marketplace": "node scripts/test-model-marketplace.js",
    "test:collaboration-mlops": "node scripts/test-collaboration-mlops.js",
    "test:model-management": "node scripts/test-model-management.js",
    "test:feature-analytics": "node scripts/test-feature-analytics.js",
    "test:mlops-automation": "node scripts/test-mlops-automation.js",
    "test:performance": "node scripts/test-performance-optimization.js",
    "test:comprehensive": "node scripts/test-comprehensive.js",
    "test:expanded": "node scripts/test-expanded.js",
    "test:ftue": "node scripts/test-ftue.js"
  },
  "keywords": [
    "ai",
    "artificial-intelligence",
    "development-tools",
    "code-analysis",
    "deployment",
    "automation",
    "neural-networks",
    "machine-learning",
    "developer-tools",
    "productivity",
    "ci-cd",
    "testing",
    "quality-assurance",
    "orchestration"
  ],
  "author": "BEAST MODE <support@beastmode.dev>",
  "license": "MIT",
  "licenseText": "MIT License - See LICENSE.md for full terms. Core library is MIT licensed. Cloud API access requires subscription.",
  "repository": {
    "type": "git",
    "url": "https://github.com/repairman29/BEAST-MODE.git"
  },
  "bugs": {
    "url": "https://github.com/repairman29/BEAST-MODE/issues"
  },
  "homepage": "https://beastmode.dev",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "boxen": "^8.0.1",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "express": "^5.2.1",
    "figlet": "^1.9.4",
    "fs-extra": "^11.3.3",
    "glob": "^13.0.0",
    "helmet": "^8.1.0",
    "joi": "^18.0.2",
    "jsonwebtoken": "^9.0.3",
    "open": "^11.0.0",
    "ora": "^9.0.0",
    "semver": "^7.7.3",
    "terminal-image": "^4.1.0",
    "uuid": "^13.0.0",
    "winston": "^3.11.0"
  },
  "devDependencies": {
    "@mermaid-js/mermaid-cli": "^11.12.0",
    "@types/jest": "^29.5.8",
    "@types/node": "^20.9.0",
    "dotenv": "^17.2.3",
    "eslint": "^8.0.0",
    "jest": "^29.7.0",
    "jsdoc": "^4.0.2",
    "puppeteer": "^23.11.1",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "openai": "^4.0.0",
    "stripe": "^14.0.0"
  },
  "peerDependenciesMeta": {
    "openai": {
      "optional": true
    },
    "stripe": {
      "optional": true
    }
  },
  "files": [
    "lib/",
    "bin/",
    "assets/",
    "README.md",
    "LICENSE.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
