{
  "name": "@forge/metrics",
  "version": "1.0.6",
  "description": "Forge internal metrics",
  "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": {
    "@atlassian/in-memory-metrics": "0.1.0",
    "@atlassian/metrics-interface": "4.0.0",
    "typescript": "5.9.2"
  },
  "dependencies": {
    "@forge/api": "8.1.0",
    "@forge/runtime": "7.0.0"
  },
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
