{
  "name": "@moneysiren/app",
  "version": "0.1.7",
  "description": "One-command installer for the MoneySiren CLI, local web dashboard, and HUD.",
  "private": false,
  "license": "MIT",
  "type": "module",
  "homepage": "https://github.com/ztwz11/moneysiren#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ztwz11/moneysiren.git",
    "directory": "apps/app"
  },
  "bugs": {
    "url": "https://github.com/ztwz11/moneysiren/issues"
  },
  "keywords": [
    "openai",
    "codex",
    "aws",
    "cloud-cost",
    "usage-dashboard",
    "cost-observability",
    "local-first",
    "developer-tools",
    "saas",
    "billing",
    "ai-agents",
    "sqlite"
  ],
  "packageManager": "pnpm@11.5.0",
  "engines": {
    "node": ">=22.13.0"
  },
  "dependencies": {
    "@aws-sdk/client-cost-explorer": "^3.1061.0"
  },
  "files": [
    "dist/apps/cli/src/**/*.js",
    "dist/apps/cli/src/**/*.d.ts",
    "dist/packages/**/*.js",
    "dist/packages/**/*.d.ts",
    "scripts/postinstall-assets.mjs",
    "scripts/postinstall.mjs",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node ../../tools/scripts/build-app-package.mjs",
    "prepack": "node ../../tools/scripts/build-app-package.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "pack:dry-run": "npm pack --dry-run",
    "test": "node --test scripts/postinstall.test.mjs",
    "typecheck": "node --check scripts/postinstall.mjs && node --check scripts/postinstall-assets.mjs",
    "lint": "node --check scripts/postinstall.mjs && node --check scripts/postinstall-assets.mjs"
  }
}
