{
  "name": "insta",
  "version": "0.0.49",
  "type": "module",
  "description": "InstaCloud CLI — a thin client of the platform control-plane API.",
  "keywords": [
    "insta",
    "insforge",
    "cli",
    "backend",
    "baas",
    "platform"
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/InsForge/insta-cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InsForge/insta-cli.git"
  },
  "bugs": {
    "url": "https://github.com/InsForge/insta-cli/issues"
  },
  "bin": {
    "insta": "dist/index.js"
  },
  "files": [
    "dist/**/*.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "compile": "bun build ./src/index.ts --compile --minify --outfile dist/bin/insta",
    "build:binaries": "bash scripts/build-binaries.sh",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@clack/prompts": "^0.9.1",
    "commander": "^12.1.0",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "tsx": "^4.16.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  }
}
