{
  "name": "@whenthen/sdk-authorize",
  "version": "1.3.5",
  "description": "WhenThen SDK - Authorize",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "default": "./dist/cjs/index.js"
    }
  },
  "types": "dist/cjs/index.d.ts",
  "typings": "dist/esm/index.d.ts",
  "files": [
    "dist",
    "package.json"
  ],
  "scripts": {
    "build": "yarn clean && yarn run rollup -c",
    "build:dev": "yarn run rollup -c --environment local",
    "build:watch": "yarn run rollup -c --w --environment local",
    "lint": "eslint . --ext .js,.ts --ignore-path ../../.eslintignore",
    "test": "jest --passWithNoTests",
    "clean": "rimraf dist && rimraf coverage",
    "precommit": "lint-staged"
  },
  "author": "When Then Limited (https://whenthen.com)",
  "license": "ISC",
  "keywords": [
    "WhenThen",
    "Authorize SDK"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/applepayjs": "^3.0.4",
    "@types/jest": "^27.0.1",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "@whenthen/checkout-sdk-elements-core": "^1.3.5",
    "@whenthen/sdk-api-core": "^1.3.5",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-airbnb-typescript": "^14.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.1",
    "jest": "^27.0.6",
    "lint-staged": "^11.1.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "ts-jest": "^27.0.5",
    "typescript": "^4.3.5"
  }
}
