{
  "name": "@bumasoft/shopify-api",
  "version": "1.2.1",
  "description": "This is a fork of Shopify Admin API Library for Node, which removes the reference to 'fs' (which now breaks all builds, since 'fs' is not available anymore).",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "lint": "eslint '**/*.{ts,tsx}' --max-warnings 0",
    "clean": "rimraf ./dist tsconfig.tsbuildinfo",
    "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/bumasoft/shopify-node-api.git"
  },
  "bugs": {
    "url": "https://github.com/bumasoft/shopify-node-api/issues"
  },
  "homepage": "https://github.com/bumasoft/shopify-node-api",
  "author": "BumaSoft",
  "license": "MIT",
  "keywords": [
    "shopify",
    "node",
    "jwt",
    "app",
    "graphql",
    "rest",
    "webhook",
    "Admin API"
  ],
  "dependencies": {
    "@shopify/network": "^1.5.1",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/node-fetch": "^2.5.7",
    "@types/supertest": "^2.0.10",
    "cookies": "^0.8.0",
    "jsonwebtoken": "^8.5.1",
    "node-fetch": "^2.6.1",
    "tslib": "^2.0.3",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@shopify/eslint-plugin": "^39.0.3",
    "@types/cookies": "^0.7.5",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.1",
    "@types/uuid": "^8.3.0",
    "eslint": "^7.9.0",
    "eslint-plugin-tsdoc": "^0.2.7",
    "express": "^4.17.1",
    "jest": "^26.4.2",
    "jest-fetch-mock": "^3.0.3",
    "rimraf": "^3.0.2",
    "supertest": "^6.1.3",
    "ts-jest": "^26.4.1",
    "typedoc": "^0.19.2",
    "typescript": "^3.8.0"
  },
  "files": [
    "dist/*",
    "!tsconfig.tsbuildinfo"
  ]
}
