@hyperse/paypal-node-sdk
Version:
NodeJS SDK for PayPal Checkout APIs
116 lines (115 loc) • 3.11 kB
JSON
{
"name": "@hyperse/paypal-node-sdk",
"version": "2.0.6",
"description": "NodeJS SDK for PayPal Checkout APIs",
"keywords": [
"hyperse",
"esm",
"paypal",
"paypal nodejs",
"paypal sdk"
],
"homepage": "git@github.com:hyperse-io/paypal-node-sdk.git",
"repository": {
"type": "git",
"url": "git@github.com:hyperse-io/paypal-node-sdk.git"
},
"author": {
"name": "Yingchun Tian",
"url": "https://github.com/tianyingchun"
},
"type": "module",
"exports": {
".": {
"import": "./index.js",
"default": "./index.js",
"types": "./dist/index.d.ts"
},
"./core": {
"import": "./dist/core/index.js",
"default": "./dist/core/index.js",
"types": "./dist/core/index.d.ts"
},
"./orders": {
"import": "./dist/orders/index.js",
"default": "./dist/orders/index.js",
"types": "./dist/orders/index.d.ts"
},
"./payments": {
"import": "./dist/payments/index.js",
"default": "./dist/payments/index.js",
"types": "./dist/payments/index.d.ts"
},
"./webhook": {
"import": "./dist/webhook/index.js",
"default": "./dist/webhook/index.js",
"types": "./dist/webhook/index.d.ts"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": [
"./index.js",
"./dist/"
],
"workspaces": [
".",
"samples"
],
"scripts": {
"build": "rimraf dist && tsc -p ./tsconfig.build.json ",
"clean": "rimraf --no-glob ./dist ./coverage ./.eslintcache ./tsconfig.tsbuildinfo",
"test": "vitest run --dir tests/",
"test-task": "vitest run",
"lint": "eslint .",
"lint-fix": "yarn lint --fix",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
"lint-staged-files": "lint-staged --allow-empty",
"fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.mdx,.graphql --fix",
"changeset": "changeset",
"version": "changeset version",
"release": "yarn run build && changeset publish",
"cz": "cz",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"typescript": "5.8.3"
},
"dependencies": {
"@mswjs/data": "^0.16.2",
"@paypal/paypalhttp": "^1.0.1",
"@types/paypal__paypalhttp": "^1.0.3"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.1",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.5",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@hyperse/eslint-config-hyperse": "^1.4.5",
"@swc/core": "^1.13.3",
"@types/node": "^24.1.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^17.2.1",
"eslint": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"minimist": "^1.2.8",
"msw": "^2.10.4",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"swc-unplugin-ts": "^1.0.3",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"packageManager": "yarn@4.9.2",
"engines": {
"node": ">=18.0.0"
}
}