Spaces:
Sleeping
Sleeping
| { | |
| "name": "card-cli", | |
| "version": "1.0.2", | |
| "description": "Agent-first virtual card CLI funded by Solana devnet and Stripe test mode", | |
| "main": "index.js", | |
| "bin": { | |
| "card-cli": "./index.js" | |
| }, | |
| "scripts": { | |
| "build": "cargo build --release", | |
| "postinstall": "cargo build --release", | |
| "start": "node index.js --help", | |
| "test": "cargo test --workspace" | |
| }, | |
| "keywords": [ | |
| "cli", | |
| "solana", | |
| "stripe", | |
| "virtual-card" | |
| ], | |
| "author": "Batuhan Bayazit <batuhanbayazitt@gmail.com>", | |
| "license": "MIT", | |
| "files": [ | |
| "index.js", | |
| "README.md", | |
| "LICENSE", | |
| "Cargo.toml", | |
| "Cargo.lock", | |
| "Anchor.toml", | |
| "src", | |
| "programs", | |
| "scripts", | |
| ".agents" | |
| ] | |
| } | |