{
  "name": "@medipass/web-sdk",
  "version": "12.14.0",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "BABEL_RUNTIME=true node ../../scripts/build.js",
    "clean": "node ../../scripts/clean.js",
    "develop": "BABEL_RUNTIME=true node ../../scripts/build.js --watch",
    "develop:yalc": "nodemon -e ts,tsx --ignore '**/*.d.ts' --exec \"yarn build && yalc push --replace --sig\"",
    "lint": "eslint \"**/*.{ts,tsx}\"",
    "lint:fix": "eslint \"**/*.{ts,tsx}\" --fix",
    "prepare": "yarn build",
    "postpublish": "yarn clean",
    "start": "serve -s docs --auth",
    "test": "yarn check-types && yarn lint && rm -rf ./node_modules/jest-cli/.haste_cache && jest",
    "test:jest": "jest",
    "test-ci": "yarn check-types && yarn lint && rm -rf ./node_modules/jest-cli/.haste_cache && jest --silent",
    "test:watch": "yarn test -- --watch",
    "check-types": "tsc --noEmit --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medipass/medipass-web-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/medipass/medipass-web-sdk/issues"
  },
  "homepage": "https://github.com/medipass/medipass-web-sdk#readme",
  "peerDependencies": {
    "@medipass/utils": ">=11.57.0"
  },
  "dependencies": {
    "@babel/runtime": "7.8.4",
    "compare-versions": "3.4.0",
    "date-fns": "2.16.1",
    "jwt-decode": "4.0.0",
    "lodash": "4.17.21",
    "pify": "5.0.0",
    "platform": "1.3.5",
    "store": "2.0.12"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "7.8.3",
    "@medipass/utils": "^11.91.0",
    "@types/applepayjs": "14.0.8",
    "@types/googlepay": "0.7.6",
    "@types/jest": "28.1.6",
    "@types/mocha": "9.1.1",
    "@types/node": "20.3.2",
    "@types/pify": "5.0.4",
    "jest-fetch-mock": "3.0.3",
    "query-string": "7.0.0",
    "rimraf": "2.6.2",
    "typescript": "4.7.4"
  },
  "resolutions": {
    "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
  },
  "gitHead": "4fe991238904caaca61dae3bac8f14a4dde404c5"
}
