{
  "name": "@forge/egress",
  "version": "3.0.0",
  "description": "Helpers and utils for egress implementation in Forge apps",
  "main": "out/index.js",
  "author": "Atlassian",
  "license": "SEE LICENSE IN LICENSE.txt",
  "browser": "out/index.js",
  "types": "out/index.d.ts",
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "compile": "tsc -b -v",
    "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "20.19.1",
    "typescript": "5.9.2"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
