{
  "name": "@forge/resolver",
  "version": "2.0.0",
  "description": "Forge function resolver",
  "author": "Atlassian",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "exports": {
    ".": {
      "types": "./out/index.d.ts",
      "default": "./out/index.js"
    },
    "./shared": {
      "types": "./out/shared/index.d.ts",
      "default": "./out/shared/index.js"
    }
  },
  "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/"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "devDependencies": {
    "typescript": "5.9.2"
  }
}
