UNPKG

spaps-sdk

Version:

Sweet Potato Authentication & Payment Service SDK - Zero-config client for SPAPS

62 lines 1.38 kB
{ "name": "spaps-sdk", "version": "0.1.0", "description": "Sweet Potato Authentication & Payment Service SDK - Zero-config client for SPAPS", "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 src/index.ts --format cjs,esm --dts --clean", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "test": "echo \"No tests yet\"", "prepublishOnly": "npm run build" }, "keywords": [ "authentication", "payments", "stripe", "spaps", "sdk", "client", "sweet-potato", "wallet-auth" ], "author": "buildooor", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/sweet-potato" }, "homepage": "https://sweetpotato.dev", "dependencies": { "axios": "^1.6.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" ] }