{
  "name": "@shopify/app-bridge-types",
  "version": "0.7.2",
  "description": "Companion types library for the Shopify App Bridge script",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/shopify-app-bridge.git",
    "directory": "packages/app-bridge-types"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "license": "ISC",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "module": "./dist/index.mjs",
    "import": "./dist/index.mjs",
    "default": "./dist/index.js"
  },
  "devDependencies": {
    "@shopify/typescript-configs": "^5.1.2",
    "@types/node": "^24.10.13",
    "cjyes": "^0.3.1",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@standard-schema/spec": "^1.0.0"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "scripts": {
    "prebuild": "mkdir -p ./dist && touch ./dist/index.mjs",
    "build": "pnpm run prebuild && cjyes && node ./scripts/build.mjs",
    "type-check": "tsc -p tests"
  }
}