{
  "name": "@stitch-money/node",
  "version": "1.4.0",
  "description": "Node.js SDK for digital wallet payments powered by Stitch",
  "keywords": [
    "stitch",
    "payments"
  ],
  "homepage": "https://github.com/Stitch-Money/stitch-node#readme",
  "bugs": {
    "url": "https://github.com/Stitch-Money/stitch-node/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stitch-Money/stitch-node.git"
  },
  "license": "MIT",
  "author": "Stitch Money",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "build:pack": "NODE_ENV=production tsup",
    "build:watch": "tsup --watch ./src/",
    "test": "vitest run",
    "test-watch": "vitest watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "decoders": "^2.4.0",
    "graphql": "15.8.0",
    "graphql-request": "3.7.0",
    "js-base64": "^3.7.7",
    "jwt-decode": "3.1.2",
    "luxon": "3.4.3",
    "node-fetch": "3.3.2",
    "uuid": "9.0.1"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "4.1.1",
    "@types/applepayjs": "^14.0.6",
    "@types/lint-staged": "13.3.0",
    "@types/luxon": "3.2.0",
    "@types/node": "20.11.1",
    "@types/node-fetch": "^2.6.11",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "7.1.0",
    "@typescript-eslint/parser": "7.1.0",
    "encoding": "^0.1.13",
    "eslint": "8.57.0",
    "eslint-compat-utils": "^0.1.2",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-module-utils": "^2.8.1",
    "eslint-plugin-check-file": "^2.7.1",
    "eslint-plugin-es-x": "^7.5.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-unicorn": "^51.0.1",
    "eslint-plugin-vitest": "^0.3.22",
    "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
    "eslint-scope": "^7.2.2",
    "eslint-visitor-keys": "^3.4.3",
    "husky": "9.0.11",
    "lint-staged": "15.2.2",
    "prettier": "3.2.5",
    "prettier-plugin-packagejson": "2.4.12",
    "prettier-plugin-sh": "0.14.0",
    "tsup": "8.0.1",
    "typescript": "5.3.3",
    "vitest": "0.34.6"
  },
  "packageManager": "pnpm@9.6.0",
  "engines": {
    "node": "~18.17.1 || ~20.11.1",
    "pnpm": ">=8.14.0 <=9.6.0"
  }
}
