{
    "name": "@paypal/paypal-js",
    "version": "5.1.6",
    "description": "Loading wrapper and TypeScript types 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 --bundleConfigAsCjs",
        "check-node-version": "node scripts/check-node-version.js",
        "lint": "eslint .",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "prepare": "husky install",
        "prerelease": "npm run validate",
        "release": "standard-version --commit-all",
        "postrelease": "git push && git push --follow-tags && npm run build && npm publish",
        "test": "jest src",
        "test:bundle": "jest bundle-tests/**",
        "test:e2e": "playwright test",
        "test:e2e:debug": "PWDEBUG=1 playwright test --project=\"chromium\"",
        "test:e2e:start": "node e2e-tests/http-server.js",
        "typecheck": "tsc --noEmit",
        "validate": "npm run check-node-version && npm run format:check && npm run typecheck && npm run build && npm run lint && npm test -- --coverage && npm run test:bundle"
    },
    "files": [
        "dist",
        "types",
        "!types/**/*.test.ts"
    ],
    "keywords": [
        "paypal",
        "sdk",
        "async",
        "script",
        "loader",
        "types",
        "typescript",
        "typescript-definitions"
    ],
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git://github.com/paypal/paypal-js.git"
    },
    "devDependencies": {
        "@commitlint/cli": "17.5.0",
        "@commitlint/config-conventional": "17.4.4",
        "@playwright/test": "^1.32.1",
        "@rollup/plugin-commonjs": "24.0.1",
        "@rollup/plugin-node-resolve": "15.0.1",
        "@rollup/plugin-replace": "5.0.2",
        "@rollup/plugin-terser": "^0.4.0",
        "@rollup/plugin-typescript": "11.0.0",
        "@types/jest": "29.5.0",
        "@types/node": "^18.15.10",
        "@types/promise-polyfill": "6.0.4",
        "@typescript-eslint/eslint-plugin": "5.57.0",
        "@typescript-eslint/parser": "5.57.0",
        "eslint": "8.36.0",
        "filesize": "10.0.6",
        "husky": "8.0.3",
        "jest": "29.5.0",
        "jest-environment-jsdom": "29.5.0",
        "lint-staged": "13.2.0",
        "prettier": "2.8.7",
        "rollup": "3.20.2",
        "semver": "7.3.8",
        "standard-version": "9.5.0",
        "ts-jest": "29.0.5",
        "tslib": "2.5.0",
        "typescript": "5.0.2"
    },
    "dependencies": {
        "promise-polyfill": "^8.3.0"
    },
    "standard-version": {
        "scripts": {
            "precommit": "node scripts/readme-package-version.js"
        }
    }
}
