UNPKG

spaps

Version:

Sweet Potato Authentication & Payment Service CLI - Docker Compose orchestrator for local Python/FastAPI SPAPS server with built-in admin middleware

61 lines (60 loc) 1.3 kB
{ "name": "spaps", "version": "0.10.1", "description": "Sweet Potato Authentication & Payment Service CLI - Docker Compose orchestrator for local Python/FastAPI SPAPS server with built-in admin middleware", "main": "src/index.js", "bin": { "spaps": "./bin/spaps.js" }, "exports": { ".": "./src/index.js", "./cli": "./bin/spaps.js", "./client": "./client.js", "./middleware": "./src/middleware/admin.js" }, "scripts": { "test": "node --test", "serve:auth-reference": "node scripts/serve-auth-reference.mjs" }, "keywords": [ "authentication", "payments", "stripe", "fastapi", "local-development", "cli", "spaps", "sweet-potato", "wallet-auth", "solana", "ethereum" ], "author": "buildooor", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/build000r" }, "bugs": { "email": "buildooor@gmail.com" }, "homepage": "https://www.buildooor.com/services", "dependencies": { "axios": "^1.18.1", "chalk": "^4.1.2", "commander": "^11.1.0", "js-yaml": "^4.3.0", "prompts": "^2.4.2" }, "engines": { "node": ">=22.0.0" }, "files": [ "bin", "src", "assets", "AI_TOOLS.json", "client.js", "README.md" ] }