{
  "name": "aid-installer",
  "version": "2.0.3",
  "description": "AID (AI Integrated Development) CLI installer - puts the persistent aid command on PATH via npm",
  "author": "Andre Vianna",
  "homepage": "https://aid.casuloailabs.com",
  "bin": {
    "aid": "bin/aid.js"
  },
  "type": "commonjs",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "prepack": "node scripts/vendor.js",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {},
  "files": [
    "bin/",
    "lib/",
    "dashboard/",
    "scripts/postinstall.js",
    "VERSION",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "aid",
    "AI",
    "integrated",
    "development",
    "cli",
    "installer",
    "methodology"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AndreVianna/aid-methodology.git"
  }
}
