{
    "name": "@paypal/paypal-js",
    "version": "4.1.0",
    "description": "Client-side loader for the PayPal JS SDK",
    "main": "index.js",
    "module": "dist/esm/paypal-js.js",
    "types": "types/index.d.ts",
    "scripts": {
        "build": "rm -rf dist && rollup --config",
        "lint": "eslint .",
        "format": "prettier --write .",
        "_postinstall": "husky install",
        "prepublishOnly": "pinst --disable",
        "postpublish": "pinst --enable",
        "prerelease": "npm run validate",
        "release": "standard-version --commit-all",
        "postrelease": "git push && git push --follow-tags && npm run build && npm publish",
        "test": "jest --env=jsdom src",
        "test:bundle": "jest --env=jsdom e2e-tests/bundle/**",
        "test:e2e": "jest -c e2e-tests/jest.config.js",
        "test:e2e:start": "serve",
        "typecheck": "tsc --noEmit && tsc types/*.ts --noEmit",
        "validate": "npm run typecheck && npm run build && npm run lint && npm test -- --coverage && npm run test:bundle"
    },
    "files": [
        "dist",
        "types",
        "!types/**/*.test.ts"
    ],
    "keywords": [
        "paypal",
        "async",
        "script",
        "loader",
        "types",
        "typescript",
        "typescript-definitions"
    ],
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git://github.com/paypal/paypal-js.git"
    },
    "devDependencies": {
        "@babel/core": "^7.15.5",
        "@babel/preset-env": "^7.15.6",
        "@babel/preset-typescript": "^7.15.0",
        "@commitlint/cli": "^13.2.0",
        "@commitlint/config-conventional": "^13.2.0",
        "@rollup/plugin-babel": "^5.3.0",
        "@rollup/plugin-commonjs": "^20.0.0",
        "@rollup/plugin-node-resolve": "^13.0.5",
        "@rollup/plugin-replace": "^3.0.0",
        "@rollup/plugin-typescript": "^8.2.5",
        "@types/jest": "^27.0.2",
        "@types/promise-polyfill": "^6.0.4",
        "@typescript-eslint/eslint-plugin": "^4.32.0",
        "@typescript-eslint/parser": "^4.32.0",
        "babel-jest": "^27.2.3",
        "eslint": "^7.32.0",
        "eslint-plugin-compat": "^3.13.0",
        "filesize": "^8.0.3",
        "husky": "^7.0.2",
        "jest": "^27.2.3",
        "jest-puppeteer": "^5.0.4",
        "lint-staged": "^11.1.2",
        "pinst": "^2.1.6",
        "prettier": "^2.4.1",
        "puppeteer": "^10.4.0",
        "rollup": "^2.57.0",
        "rollup-plugin-filesize": "^9.1.1",
        "rollup-plugin-terser": "^7.0.2",
        "serve": "^12.0.1",
        "shelljs": "^0.8.4",
        "standard-version": "^9.3.1",
        "tslib": "^2.3.1",
        "typescript": "^4.4.3"
    },
    "dependencies": {
        "promise-polyfill": "^8.2.0"
    },
    "standard-version": {
        "scripts": {
            "precommit": "node scripts/readme-package-version.js"
        }
    }
}
