Files
pwap/backend/package.json
T
pezkuwichain 953188456c chore: update @pezkuwi packages to latest versions
- @pezkuwi/api: 16.5.18 (mainnet genesis hash fix)
- @pezkuwi/keyring: 14.0.13
- @pezkuwi/util: 14.0.13
- @pezkuwi/util-crypto: 14.0.13
- All other @pezkuwi packages updated accordingly
2026-01-31 08:18:52 +03:00

25 lines
558 B
JSON

{
"name": "pezkuwi-indexer-service",
"version": "1.0.0",
"description": "Simple Transaction Indexer for Pezkuwi Chain",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"overrides": {
"tar": "^7.4.3"
},
"dependencies": {
"@pezkuwi/api": "^16.5.18",
"@pezkuwi/util": "^14.0.13",
"@pezkuwi/util-crypto": "^14.0.13",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}