{
  "_from": "@shopify/shopify-api",
  "_id": "@shopify/shopify-api@11.1.0",
  "_inBundle": false,
  "_integrity": "sha512-PZpOofefIBKhF/tnms11iaUrNrTNgUcKua6nRGtDXqJbSGVVynV55J8pHUhB/3Z7IDczZgmwA0qdX7X3VZmKiA==",
  "_location": "/@shopify/shopify-api",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@shopify/shopify-api",
    "name": "@shopify/shopify-api",
    "escapedName": "@shopify%2fshopify-api",
    "scope": "@shopify",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@shopify/shopify-api/-/shopify-api-11.1.0.tgz",
  "_shasum": "c97d31e794b67ae382591ba82c395f6124a178bd",
  "_spec": "@shopify/shopify-api",
  "_where": "/home/easypcc1/public_html/apptest.easypc.com.ph",
  "author": {
    "name": "Shopify Inc."
  },
  "bugs": {
    "url": "https://github.com/Shopify/shopify-app-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@shopify/admin-api-client": "^1.0.0",
    "@shopify/network": "^3.3.0",
    "@shopify/storefront-api-client": "^1.0.0",
    "compare-versions": "^6.1.0",
    "isbot": "^5.1.9",
    "jose": "^5.4.1",
    "node-fetch": "^2.6.1",
    "tslib": "^2.6.3",
    "uuid": "^10.0.0"
  },
  "deprecated": false,
  "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20240620.0",
    "@swc/core": "^1.6.3",
    "@types/express": "^4.17.13",
    "@types/node": "^20.14.7",
    "@types/node-fetch": "^2.6.11",
    "@types/uuid": "^9.0.8",
    "express": "^4.19.2",
    "jest-environment-miniflare": "^2.14.2",
    "miniflare": "^3.20240610.1",
    "rollup": "^4.18.0",
    "rollup-plugin-swc": "^0.2.1",
    "wrangler": "^3.61.0"
  },
  "exports": {
    ".": {
      "types": "./dist/ts/lib/index.d.ts",
      "import": "./dist/esm/lib/index.mjs",
      "require": "./dist/cjs/lib/index.js",
      "default": "./dist/cjs/lib/index.js"
    },
    "./rest/admin/*": {
      "types": "./dist/ts/rest/admin/*/index.d.ts",
      "import": "./dist/esm/rest/admin/*/index.mjs",
      "require": "./dist/cjs/rest/admin/*/index.js",
      "default": "./dist/cjs/rest/admin/*/index.js"
    },
    "./runtime": {
      "types": "./dist/ts/runtime/index.d.ts",
      "import": "./dist/esm/runtime/index.mjs",
      "require": "./dist/cjs/runtime/index.js",
      "default": "./dist/cjs/runtime/index.js"
    },
    "./adapters/*": {
      "types": "./dist/ts/adapters/*/index.d.ts",
      "import": "./dist/esm/adapters/*/index.mjs",
      "require": "./dist/cjs/adapters/*/index.js",
      "default": "./dist/cjs/adapters/*/index.js"
    }
  },
  "files": [
    "dist/*",
    "!bundle/*",
    "!node_modules",
    "!adapters/__e2etests__/*"
  ],
  "homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/apps/shopify-api",
  "keywords": [
    "shopify",
    "node",
    "jwt",
    "app",
    "graphql",
    "rest",
    "webhook",
    "Admin API",
    "Storefront API"
  ],
  "license": "MIT",
  "main": "./dist/cjs/lib/index.js",
  "module": "./dist/esm/lib/index.mjs",
  "name": "@shopify/shopify-api",
  "prettier": "@shopify/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/shopify-app-js.git"
  },
  "resolutions": {
    "node-fetch": "^2.6.7"
  },
  "scripts": {
    "build": "yarn run rollup -c rollup.config.js --bundleConfigAsCjs && yarn tsc -p ./tsconfig.build.json",
    "clean": "rimraf .rollup.cache dist bundle",
    "lint": "jest --selectProjects lint",
    "pretest:adapters": "yarn rollup --bundleConfigAsCjs -c adapters/__e2etests__/rollup.test-apps.config.js",
    "release": "yarn build && changeset publish",
    "test": "jest --selectProjects library",
    "test:adapters": "jest --selectProjects adapters:mock adapters:node adapters:cf-worker adapters:web-api",
    "test:all": "yarn pretest:adapters && jest && yarn posttest:adapters",
    "test:ci": "yarn test && yarn test:rest_resources && yarn test:adapters",
    "test:dev": "jest --selectProjects library lint",
    "test:rest_resources": "jest --selectProjects rest_resources"
  },
  "types": "./dist/ts/lib/index.d.ts",
  "version": "11.1.0"
}
