solana-pay
Version:
Solana Payment API.
36 lines • 815 B
JSON
{
"name": "solana-pay",
"description": "Solana Payment API.",
"keywords": ["solana", "payment", "SOL", "USDT", "USDC"],
"version": "0.0.7",
"main": "lib/index.js",
"author": "develon",
"license": "MIT",
"repository": "We-blockchain/solpay",
"homepage": "https://github.com/We-blockchain/solpay",
"publishConfig": {
"access": "public"
},
"files": [
"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/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"uuid": "^11.0.4"
}
}