zkPix/package.json
2026-01-09 02:07:57 -03:00

26 lines
581 B
JSON

{
"name": "network-core-sdk-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx bbpay.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@primuslabs/network-core-sdk": "^0.1.5",
"axios": "^1.13.2",
"axios-debug-log": "^1.0.0",
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ethers": "^5.8.0",
"express": "^5.2.1",
"simple-oauth2": "^5.1.0",
"typescript": "^5.9.3",
"web3-utils": "^4.3.3"
}
}