{
  "name": "foxglove",
  "module": "index.ts",
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "compile": "bun build ./index.ts --compile --outfile build/foxglove --sourcemap=linked",
    "lock": "bun bun.lockb > yarn.lock",
    "lint": "bunx biome check",
    "foxglove": "bun run index.ts",
    "docker:test": "docker compose up --build --exit-code-from unit-test unit-test",
    "docker:lint": "docker compose up --build --exit-code-from lint lint"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.2",
    "@types/bun": "latest",
    "@types/cli-table": "^0.3.4",
    "@types/commander": "^2.12.2",
    "@types/exceljs": "^1.3.0",
    "@types/figlet": "^1.5.8",
    "@types/lodash.zip": "^4.2.9",
    "@types/markdown-it": "^14.1.2",
    "@types/semver": "^7.5.8",
    "@types/uuid": "^10.0.0",
    "@types/yarnpkg__lockfile": "^1.1.9"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@octokit/core": "^6.1.2",
    "@pandatix/js-cvss": "^0.4.4",
    "@yarnpkg/lockfile": "^1.1.0",
    "bun-bagel": "^1.1.0",
    "cli-table": "^0.3.11",
    "commander": "^12.1.0",
    "dataloader": "^2.2.2",
    "exceljs": "^4.4.0",
    "fast-xml-parser": "^4.5.0",
    "figlet": "^1.7.0",
    "jira.js": "^4.0.1",
    "js-toml": "^1.0.0",
    "lodash.zip": "^4.2.0",
    "markdown-it": "^14.1.0",
    "otpauth": "^9.3.2",
    "semver": "^7.6.3",
    "simple-git": "^3.25.0",
    "uuid": "^10.0.0",
    "yaml": "^2.5.1",
    "zod": "^3.23.8"
  },
  "trustedDependencies": ["@biomejs/biome", "core-js-pure"]
}
