Files
proxmox/x402-api/package.json

17 lines
415 B
JSON
Raw Permalink Normal View History

{
"name": "x402-api",
"version": "1.0.0",
"description": "Minimal x402-enabled API using thirdweb settlePayment; supports Chain 138 when a token has permit/ERC-3009.",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.0",
"thirdweb": "^5.0.0"
}
}