UNPKG

spaps-sdk

Version:

Sweet Potato Authentication & Payment Service SDK - Zero-config client with built-in permission checking and role-based access control

76 lines (75 loc) 1.82 kB
{ "name": "spaps-sdk", "version": "1.1.52", "description": "Sweet Potato Authentication & Payment Service SDK - Zero-config client with built-in permission checking and role-based access control", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./client": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup --tsconfig tsconfig.json src/index.ts --format cjs,esm --dts --clean", "dev": "tsup --tsconfig tsconfig.json src/index.ts --format cjs,esm --dts --watch", "test": "echo \"No tests yet\"", "smoke-test": "npm run build && node smoke-test.js", "prepublishOnly": "npm run build && npm run smoke-test" }, "keywords": [ "authentication", "payments", "stripe", "spaps", "sdk", "client", "sweet-potato", "wallet-auth" ], "author": "buildooor", "license": "UNLICENSED", "repository": { "type": "git", "url": "https://github.com/build000r" }, "homepage": "https://www.buildooor.com/services", "bugs": { "email": "buildooor@gmail.com" }, "dependencies": { "spaps-types": "^1.0.57", "axios": "^1.6.0", "cross-fetch": "^4.0.0" }, "devDependencies": { "@types/node": "^20.10.0", "tsup": "^8.0.1", "typescript": "^5.3.2" }, "peerDependencies": { "typescript": ">=4.5.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=14.0.0" } }