UNPKG

@whop/checkout

Version:

Embed Whop checkout on any website

78 lines 2.06 kB
{ "name": "@whop/checkout", "description": "Embed Whop checkout on any website", "version": "0.0.38", "repository": { "type": "git", "url": "https://github.com/whopio/whop-sdk-ts", "directory": "packages/checkout" }, "keywords": [ "whop", "checkout", "embedded", "payments" ], "bugs": "https://github.com/whopio/whop-sdk-ts/issues", "homepage": "https://whop.com/developers/", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/static/checkout/index.d.ts", "import": "./dist/static/checkout/index.mjs", "require": "./dist/static/checkout/index.cjs", "default": "./dist/static/checkout/index.js" }, "./loader": "./dist/static/checkout/loader.js", "./react": { "types": "./dist/static/checkout/react/index.d.ts", "import": "./dist/static/checkout/react/index.mjs", "require": "./dist/static/checkout/react/index.cjs", "default": "./dist/static/checkout/react/index.js" }, "./util": { "types": "./dist/static/checkout/util.d.ts", "import": "./dist/static/checkout/util.mjs", "require": "./dist/static/checkout/util.cjs", "default": "./dist/static/checkout/util.js" } }, "devDependencies": { "@swc/core": "1.11.29", "@types/node": "latest", "@types/react": "^18.0.0", "react": "^18.0.0", "tsup": "8.5.0", "typescript": "latest", "wrangler": "^4.19.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "engines": { "node": "22.x", "pnpm": "9.15.9" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "check-types": "tsc --noEmit", "deploy": "wrangler deploy", "deploy:canary": "wrangler versions upload", "dev": "wrangler dev --port 8000", "lint:fix": "biome check --write --unsafe" } }