{
  "name": "3a-factory",
  "version": "3.2.1",
  "description": "Greenfield Feature-local Spec Package workflow for Claude, Gemini, and Cursor (3A-Factory)",
  "repository": {
    "type": "git",
    "url": "https://github.com/AI-Deep-Labs/3A-Factory.git"
  },
  "homepage": "https://github.com/AI-Deep-Labs/3A-Factory#readme",
  "bugs": {
    "url": "https://github.com/AI-Deep-Labs/3A-Factory/issues"
  },
  "main": "dist/install.js",
  "bin": {
    "3a-factory": "dist/install.js"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "test": "node --test --test-concurrency=1 tests/build.test.js tests/greenfield.test.js tests/installer.test.js tests/workflow.test.js",
    "validate": "node scripts/validation/validate-all.js",
    "test:installer": "node --test tests/installer.test.js",
    "test:workflow": "node --test tests/workflow.test.js",
    "ci": "npm run build && npm test && npm run validate",
    "preinstall": "node -e \"const f=require('fs'),{execSync}=require('child_process');if(!f.existsSync('dist/install.js')&&f.existsSync('scripts/build.js'))execSync('node scripts/build.js',{stdio:'inherit'})\"",
    "prepublishOnly": "npm run build",
    "postinstall": "node dist/install.js"
  },
  "keywords": [
    "3a-factory",
    "claude",
    "gemini",
    "cursor",
    "ai",
    "copilot",
    "spec-package"
  ],
  "author": "Huynh Vinh",
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
