{
  "name": "@forge/ui",
  "version": "1.11.4",
  "description": "Used for creating platform-independent Forge UI extensions",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "forge:src": "src/",
  "author": "Atlassian Pty Ltd",
  "maintainers": [
    "Ajay N Mathur",
    "Peter Yu",
    "Pete Gleeson"
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "repository": {
    "url": "https://bitbucket.org/atlassian/forge"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
    "compile": "tsc -b -v",
    "pack": "./build/bundle-types.sh"
  },
  "dependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "14.18.63",
    "@types/react": "^18.2.64",
    "fast-json-stable-stringify": "^2.1.0",
    "sha.js": "^2.4.11",
    "tslib": "^2.6.2"
  },
  "peerDependencies": {},
  "publishConfig": {
    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
  }
}
