-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "baseproofpay-public",
"private": true,
"version": "0.2.0",
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"build:static-release": "node scripts/build_static_release.mjs",
"start:x402-production": "node scripts/x402_production_candidate_server.mjs",
"test:x402-production": "node --test scripts/test_x402_production_candidate.mjs",
"test:base-verify": "node --test scripts/test_base_verify_operator_gate.mjs",
"test:x402-offer-receipt": "node --test scripts/test_x402_offer_receipt_verifier.mjs",
"test:static-release": "node --test scripts/test_static_release.mjs",
"audit:x402-offer-receipt-live": "node scripts/audit_live_x402_offer_receipt.mjs",
"audit:x402-production": "node scripts/audit_x402_production_candidate.mjs",
"test:x402-builder-attribution": "node scripts/test_x402_builder_attribution.mjs",
"audit:x402-builder-attribution": "node scripts/audit_x402_builder_attribution.mjs"
},
"dependencies": {
"@coinbase/x402": "2.1.0",
"@x402/core": "2.20.0",
"@x402/evm": "2.20.0",
"@x402/express": "2.20.0",
"@x402/extensions": "2.20.0",
"express": "5.2.1"
},
"overrides": {
"axios": "1.18.1"
}
}