Files
zkPix/package.json
T
2026-09-14 21:19:58 -03:00

32 lines
818 B
JSON

{
"name": "zkpix-prover",
"version": "0.0.0",
"description": "P2Pix prover: proves a BB Pay Pix payment through a Primus zkTLS attestation",
"main": "bbpay.ts",
"scripts": {
"start": "tsx bbpay.ts",
"typecheck": "tsc -p tsconfig.json",
"digest-check": "tsx scripts/digest-check.ts"
},
"license": "AGPL",
"dependencies": {
"@primuslabs/network-core-sdk": "^0.1.19",
"axios": "^1.13.2",
"cors": "^2.8.5",
"debug": "^4.4.0",
"dotenv-flow": "^4.1.0",
"ethers": "^5.8.0",
"express": "^5.2.1",
"simple-oauth2": "^5.1.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/express": "^5.0.6",
"@types/node": "^24.1.0",
"@types/simple-oauth2": "^5.0.7",
"tsx": "^4.20.0",
"typescript": "^5.9.3"
}
}