{
  "name": "gabion",
  "version": "0.1.14",
  "description": "Gabion development framework — thin CLI for authenticated runtime distribution",
  "type": "module",
  "bin": {
    "gabion": "./dist/index.js"
  },
  "files": [
    "dist",
    "postinstall.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "postinstall": "node postinstall.js"
  },
  "keywords": [
    "gabion",
    "framework",
    "development"
  ],
  "author": "Aletherium",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
