{
  "name": "@forge/jira-bridge",
  "version": "0.40.0",
  "description": "Forge Jira bridge API for custom UI apps",
  "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",
    "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
    "compile": "tsc -b -v"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  }
}
