{
  "name": "phi-os-unified-gateway",
  "version": "1.0.0",
  "description": "PHI|OS Unified API Gateway for Superintelligence Brain",
  "main": "gateway.js",
  "type": "module",
  "scripts": {
    "start": "node gateway.js",
    "dev": "nodemon gateway.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "express": "^4.18.2",
    "cors": "^2.8.5"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  },
  "keywords": [
    "phi-os",
    "superintelligence",
    "api-gateway",
    "kobalt-sigma",
    "niurk",
    "akatsuki"
  ],
  "author": "PHI|OS Integration Team",
  "license": "MIT"
}