{
  "name": "@paypal/muse-components",
  "version": "1.3.98",
  "description": "MUSE component for unified PayPal/Braintree web sdk",
  "main": "index.js",
  "scripts": {
    "release": "npm run release:patch",
    "release:patch": "./publish.sh patch",
    "release:minor": "./publish.sh minor",
    "release:major": "./publish.sh major",
    "build-identity-iframe": "node build-identity-iframe.js",
    "flow-typed": "rm -rf ./flow-typed && flow-typed install",
    "flow": "flow",
    "flow:build": "flow gen-flow-files ./src/index.js --out-dir ./dist/module",
    "lint": "eslint src/ test/ *.js --fix",
    "test": "npm run lint && npm run flow && jest",
    "test:dev": "jest --watchAll",
    "start:test-site": "node ./test-site-server.js",
    "identity:dev": "webpack serve --config ./webpack.dev.mjs",
    "jest": "jest"
  },
  "files": [
    "src",
    "__sdk__.js",
    "globals.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paypal/paypal-muse-components.git"
  },
  "author": "dbrain",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paypal/paypal-muse-components/issues"
  },
  "homepage": "https://github.com/paypal/paypal-muse-components#readme",
  "devDependencies": {
    "@krakenjs/grumbler-scripts": "^8.0.7",
    "express": "^4.17.1",
    "flow-bin": "^0.100.0",
    "flow-typed": "3.3.1",
    "html-webpack-plugin": "^3.2.0",
    "html-webpack-template": "^6.2.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "webpack": "^4.41.2",
    "webpack-cli": "^4.7.2",
    "babel-plugin-transform-inline-environment-variables": "0.4.4"
  },
  "dependencies": {
    "@krakenjs/belter": "^2.0.1",
    "@krakenjs/zoid": "^10.0.0",
    "@krakenjs/post-robot": "^11.0.0",
    "@paypal/sdk-client": "^4.0.166",
    "whatwg-fetch": "^3.0.0"
  },
  "jest": {
    "globals": {
      "__DEBUG__": true,
      "__ENV__": "test",
      "__PORT__": 8000,
      "__STAGE_HOST__": "sandbox.paypal.com",
      "__HOST__": "test.paypal.com",
      "__HOSTNAME__": "test.paypal.com",
      "__PATH__": "/sdk/js",
      "__VERSION__": "1.0.55",
      "__NAMESPACE__": "testpaypal",
      "__TEST__": true,
      "__WEB__": true,
      "__CORRELATION_ID__": "abc123",
      "__SDK_HOST__": "test.paypal.com",
      "__PAYPAL_DOMAIN__": "https://localhost.paypal.com:9001",
      "__COMPONENTS__": [],
      "__DISABLE_SET_COOKIE__": true
    },
    "moduleDirectories": [
      "node_modules"
    ],
    "collectCoverage": true,
    "testEnvironment": "jsdom",
    "setupFiles": [
      "<rootDir>/test/paypal.js"
    ],
    "transformIgnorePatterns": []
  }
}
