{
  "name": "@higgsfield/cli",
  "version": "1.1.5",
  "description": "Higgsfield AI CLI — generate images and videos from the terminal.",
  "bin": {
    "higgsfield": "bin/higgsfield.js",
    "higgs": "bin/higgs.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js",
    "README.md"
  ],
  "engines": {
    "node": ">=14"
  },
  "license": "MIT",
  "homepage": "https://higgsfield.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/higgsfield-ai/cli.git"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "publishConfig": {
    "access": "public"
  }
}
