@paykit-sdk/polar
Version:
Polar provider for PayKit
45 lines (44 loc) • 931 B
JSON
{
"name": "@paykit-sdk/polar",
"version": "1.1.9",
"description": "Polar provider for PayKit",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"prepublishOnly": "rm -rf dist && npm run build"
},
"keywords": [
"polar",
"paykit",
"payment",
"typescript"
],
"author": "Emmanuel Odii",
"license": "ISC",
"dependencies": {
"@polar-sh/sdk": "^0.33.0"
},
"peerDependencies": {
"@paykit-sdk/core": "^1.1.7"
},
"devDependencies": {
"@paykit-sdk/core": "workspace:*",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devodii/paykit.git"
},
"bugs": {
"url": "https://github.com/devodii/paykit/issues"
}
}