x402-proxy 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +13 -0
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "x402-proxy",
3
+ "version": "0.0.1",
4
+ "description": "Local proxy for the x402 payment protocol. Handles HTTP 402 payment negotiation, transaction signing, and response streaming transparently for any HTTP client.",
5
+ "license": "Apache-2.0",
6
+ "keywords": ["x402", "proxy", "payments", "solana", "evm", "micropayments"],
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/cascade-protocol/agentbox.git",
10
+ "directory": "packages/x402-proxy"
11
+ },
12
+ "author": "Cascade Protocol"
13
+ }