haloforge-plugin-api 0.2.5

Plugin API for HaloForge — traits and types for building native HaloForge plugins
Documentation
{
  "name": "@haloforge/plugin-pack",
  "version": "0.2.5",
  "description": "HaloForge plugin packager CLI — validate, build, and bundle plugins into .hfpkg archives",
  "type": "module",
  "bin": {
    "hf-pack": "dist/cli.js"
  },
  "files": ["dist", "README.md"],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx src/cli.ts",
    "test": "npm run build && node --test tests/*.test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HaloForgeAI/haloforge-plugin-api.git",
    "directory": "pack"
  },
  "homepage": "https://github.com/HaloForgeAI",
  "bugs": {
    "url": "https://github.com/HaloForgeAI/haloforge-plugin-api/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": ["haloforge", "plugin", "pack", "cli", "hfpkg"],
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "adm-zip": "^0.5.16",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/node": "^22.15.3",
    "tsx": "^4.19.4",
    "typescript": "~5.8.3"
  }
}