@paykit-sdk/react
Version:
React hooks and components for PayKit SDK - Universal payment processing with Stripe, Polar, and more
56 lines (55 loc) • 1.33 kB
JSON
{
"name": "@paykit-sdk/react",
"version": "1.1.81",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
"prepublishOnly": "rm -rf dist && npm run build",
"typecheck": "tsc --noEmit"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"@paykit-sdk/core": ">=1.1.7"
},
"devDependencies": {
"@swc/core": "^1.12.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"@paykit-sdk/core": "workspace:*"
},
"description": "React hooks and components for PayKit SDK - Universal payment processing with Stripe, Polar, and more",
"keywords": [
"paykit",
"react",
"hooks",
"payments",
"stripe",
"polar",
"subscriptions",
"checkout"
],
"author": "Emmanuel Odii",
"license": "ISC",
"homepage": "https://usepaykit.dev"
}