{
  "name": "@forge/events",
  "version": "3.0.2",
  "description": "Forge Async Event methods",
  "author": "Atlassian",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
    "compile": "tsc -b -v"
  },
  "devDependencies": {
    "@types/node": "20.19.1",
    "typescript": "5.9.2"
  },
  "dependencies": {
    "@forge/api": "8.0.2"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
