{
  "name": "@shopify/shopify-api",
  "version": "6.2.0",
  "description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./rest/admin/*": {
      "import": "./rest/admin/*/index.js",
      "require": "./rest/admin/*/index.js",
      "types": "./rest/admin/*/index.d.ts"
    },
    "./runtime": {
      "import": "./runtime/index.js",
      "require": "./runtime/index.js",
      "types": "./runtime/index.d.ts"
    },
    "./adapters/node": {
      "import": "./adapters/node/index.js",
      "require": "./adapters/node/index.js",
      "types": "./adapters/node/index.d.ts"
    },
    "./adapters/cf-worker": {
      "import": "./adapters/cf-worker/index.js",
      "require": "./adapters/cf-worker/index.js",
      "types": "./adapters/cf-worker/index.d.ts"
    }
  },
  "prettier": "@shopify/prettier-config",
  "scripts": {
    "test:all": "yarn pretest:adapters && jest && yarn posttest:adapters",
    "test": "jest --selectProjects library",
    "pretest:adapters": "yarn build && yarn rollup -c adapters/__e2etests__/rollup.test-cf-worker-app.config.js",
    "posttest:adapters": "yarn clean",
    "test:adapters": "jest --selectProjects adapters:mock adapters:node adapters:cf-worker",
    "test:rest_resources": "jest --selectProjects rest_resources",
    "lint": "jest --selectProjects lint",
    "test:dev": "jest --selectProjects library lint",
    "clean": "yarn tsc --build --clean",
    "prebuild": "yarn tsc --build --clean",
    "build": "tsc",
    "prepublishOnly": "yarn run build",
    "preversion": "yarn run test",
    "postversion": "git push origin main --follow-tags && echo \"Log in to shipit to deploy version $npm_package_version\""
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/shopify-api-js.git"
  },
  "bugs": {
    "url": "https://github.com/Shopify/shopify-api-js/issues"
  },
  "homepage": "https://github.com/Shopify/shopify-api-js",
  "author": "Shopify Inc.",
  "license": "MIT",
  "keywords": [
    "shopify",
    "node",
    "jwt",
    "app",
    "graphql",
    "rest",
    "webhook",
    "Admin API",
    "Storefront API"
  ],
  "resolutions": {
    "node-fetch": "^2.6.7"
  },
  "dependencies": {
    "@shopify/network": "^1.5.1",
    "@types/node-fetch": "^2.5.7",
    "@types/supertest": "^2.0.10",
    "jose": "^4.9.1",
    "node-fetch": "^2.6.1",
    "semver": "^7.3.8",
    "tslib": "^2.0.3",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^3.16.0",
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@shopify/eslint-plugin": "^42.0.1",
    "@shopify/prettier-config": "^1.1.2",
    "@swc/core": "^1.3.3",
    "@types/express": "^4.17.13",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.18.12",
    "@types/semver": "^7.3.12",
    "@types/uuid": "^9.0.0",
    "eslint": "^7.30.0",
    "eslint-plugin-prettier": "^4.0.0",
    "express": "^4.17.13",
    "jest": "^29.1.2",
    "jest-environment-miniflare": "^2.6.0",
    "jest-fetch-mock": "^3.0.3",
    "jest-runner-eslint": "^1.0.1",
    "miniflare": "^2.6.0",
    "prettier": "^2.5.1",
    "rollup": "^2.79.1",
    "rollup-plugin-swc": "^0.2.1",
    "supertest": "^6.1.3",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.6.3"
  },
  "files": [
    "**/*.d.ts",
    "**/*.d.ts.map",
    "**/*.js",
    "**/*.js.map",
    "!bundle/*",
    "!node_modules"
  ]
}
