{
  "name": "@forge/api",
  "version": "7.2.1",
  "description": "Forge API 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",
    "postbuild": "yarn bolt w forge-scripts preserve-deprecated-tags ../forge-api"
  },
  "devDependencies": {
    "@atlassian/ari": "^2.199.0",
    "@atlassian/in-memory-metrics": "0.1.0",
    "@atlassian/metrics-interface": "4.0.0",
    "@forge/runtime": "6.1.3",
    "@types/node": "20.19.1",
    "@types/node-fetch": "^2.6.12",
    "expect-type": "^0.17.3",
    "express": "^4.18.3",
    "jest-matcher-specific-error": "^1.0.0",
    "nock": "13.5.6"
  },
  "dependencies": {
    "@forge/auth": "0.0.9",
    "@forge/egress": "2.3.2",
    "@forge/i18n": "0.0.7",
    "@forge/manifest": "^12.8.0",
    "@forge/storage": "2.0.3",
    "headers-utils": "^3.0.2"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  }
}
