solpay
Version:
Solana Payment API.
39 lines • 881 B
JSON
{
"name": "solpay",
"description": "Solana Payment API.",
"keywords": ["solana", "payment", "SOL", "USDT", "USDC"],
"version": "0.1.1",
"main": "lib/index.js",
"author": "develon",
"license": "MIT",
"repository": "We-blockchain/solpay",
"homepage": "https://github.com/We-blockchain/solpay",
"publishConfig": {
"access": "public"
},
"files": [
"src",
"lib",
"package.json",
"tsconfig.json",
"README.md"
],
"scripts": {
"test": "bun test --timeout 300000",
"build": "tsc --build ./tsconfig.build.json"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@develon/js": "^2.0.1",
"@solana/pay": "^0.2.5",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"bignumber.js": "^9.1.2",
"uuid": "^11.0.4"
}
}