spaps
Version:
Sweet Potato Authentication & Payment Service CLI - Zero-config local development and project scaffolding
57 lines • 1.16 kB
JSON
{
"name": "spaps",
"version": "0.3.1",
"description": "Sweet Potato Authentication & Payment Service CLI - Zero-config local development and project scaffolding",
"main": "bin/spaps.js",
"bin": {
"spaps": "./bin/spaps.js"
},
"exports": {
".": "./bin/spaps.js",
"./client": "./client.js"
},
"scripts": {
"test": "echo \"No tests yet\""
},
"keywords": [
"authentication",
"payments",
"stripe",
"supabase",
"local-development",
"cli",
"spaps",
"sweet-potato",
"wallet-auth",
"solana",
"ethereum"
],
"author": "buildooor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/sweet-potato"
},
"bugs": {
"url": "https://github.com/yourusername/sweet-potato/issues"
},
"homepage": "https://sweetpotato.dev",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"axios": "^1.6.0",
"express": "^4.18.2",
"cors": "^2.8.5"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin",
"src",
"client.js",
"README.md"
]
}