{
  "_from": "@shopify/admin-api-client@^1.0.0",
  "_id": "@shopify/admin-api-client@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-yNLFW+wCmXNnAof6MZKZNPN1CYpFc95UCtQmcqeYc5GLdwvIJVGefUXTPqoBR57jV7b9jF+E6is3mNotEbDlLA==",
  "_location": "/@shopify/admin-api-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@shopify/admin-api-client@^1.0.0",
    "name": "@shopify/admin-api-client",
    "escapedName": "@shopify%2fadmin-api-client",
    "scope": "@shopify",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@shopify/shopify-api"
  ],
  "_resolved": "https://registry.npmjs.org/@shopify/admin-api-client/-/admin-api-client-1.0.0.tgz",
  "_shasum": "2d2eeb40e033578c00351a78dd441d970bb342a3",
  "_spec": "@shopify/admin-api-client@^1.0.0",
  "_where": "/home/easypcc1/public_html/apptest.easypc.com.ph/node_modules/@shopify/shopify-api",
  "author": {
    "name": "Shopify"
  },
  "bugs": {
    "url": "https://github.com/Shopify/shopify-app-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@shopify/graphql-client": "^1.0.0"
  },
  "deprecated": false,
  "description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API",
  "devDependencies": {
    "jest-environment-jsdom": "^29.5.0",
    "regenerator-runtime": "^0.14.1"
  },
  "exports": {
    ".": {
      "module": {
        "types": "./dist/ts/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "import": {
        "types": "./dist/ts/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/ts/index.d.ts",
        "default": "./dist/index.js"
      },
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist/**/*.*"
  ],
  "homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/api-clients/admin-api-client#readme",
  "jest": {
    "setupFilesAfterEnv": [
      "./src/tests/setupTests.ts"
    ],
    "transform": {
      ".*": "babel-jest"
    }
  },
  "keywords": [
    "shopify",
    "node",
    "graphql",
    "admin API"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "@shopify/admin-api-client",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/shopify-app-js.git"
  },
  "scripts": {
    "build": "yarn tsc -p ./tsconfig.build.json && yarn run rollup",
    "changeset": "changeset",
    "clean": "rimraf dist/*",
    "lint": "eslint . --ext .js,.ts",
    "release": "yarn build && changeset publish",
    "rollup": "rollup -c --bundleConfigAsCjs",
    "test": "jest",
    "test:ci": "yarn test",
    "version": "changeset version"
  },
  "types": "./dist/ts/index.d.ts",
  "version": "1.0.0"
}
