{
  "name": "braintree-web-drop-in",
  "version": "1.46.0",
  "main": "index.js",
  "scripts": {
    "build": "gulp build",
    "development": "gulp development",
    "server": "gulp server",
    "build:gh-pages": "gulp build:gh-pages",
    "lint": "eslint src test",
    "pretest": "npm run lint",
    "test": "jest",
    "test:integration": "wdio wdio.conf.js",
    "test:integration:paypal-only": "RUN_PAYPAL_ONLY=true npm run test:integration",
    "test:integration:paypal-skipped": "SKIP_PAYPAL=true npm run test:integration",
    "test:integration:kill": "ps -ef | awk '/rspec/ {print $2}' | xargs kill",
    "test:publishing": "mocha test/publishing",
    "deploy:gh-pages": "./scripts/deploy-gh-pages"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braintree/braintree-web-dropin.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@wdio/browserstack-service": "7.25.2",
    "@wdio/cli": "7.25.2",
    "@wdio/local-runner": "7.25.2",
    "@wdio/mocha-framework": "7.25.2",
    "@wdio/spec-reporter": "7.25.1",
    "@wdio/sync": "7.25.2",
    "ansi-colors": "^4.1.3",
    "brfs": "^2.0.2",
    "browserify": "^17.0.0",
    "browserify-versionify": "^1.0.6",
    "chai": "^4.3.6",
    "connect": "^3.7.0",
    "del": "^6.0.0",
    "dotenv": "^16.0.3",
    "es6-shim": "^0.35.6",
    "eslint": "^8.26.0",
    "eslint-config-braintree": "^5.0.1",
    "fancy-log": "^2.0.0",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.3.0",
    "gulp-less": "^5.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-size": "^4.0.1",
    "gulp-streamify": "1.0.2",
    "gulp-uglify": "^3.0.2",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "jsdoc": "^3.6.11",
    "jsdoc-template": "braintree/jsdoc-template#3.2.0",
    "mkdirp": "^1.0.4",
    "mocha": "^10.1.0",
    "npm-run-all": "^4.1.5",
    "serve-static": "^1.14.2",
    "through2": "^4.0.2",
    "vinyl": "^3.0.0",
    "vinyl-source-stream": "^2.0.0",
    "watchify": "^4.0.0"
  },
  "dependencies": {
    "@braintree/asset-loader": "2.0.3",
    "@braintree/browser-detection": "2.0.2",
    "@braintree/event-emitter": "0.4.1",
    "@braintree/uuid": "1.0.1",
    "@braintree/wrap-promise": "2.1.0",
    "braintree-web": "3.123.2"
  },
  "browserslist": [
    "last 2 versions",
    "iOS 8"
  ],
  "overrides": {
    "cross-fetch": "4.1.0"
  },
  "browser": "./dist/browser/dropin.js"
}