mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
12feaee1b1
- Remove pezkuwi-sdk-ui from pwap (now at /home/mamostehp/pezkuwi-sdk-ui) - Add scripts/fix-pezkuwi-packages.cjs for @pezkuwi package path fixes - Add postinstall hook to mobile package.json - Update metro.config.cjs documentation - Update backend @pezkuwi/api version to 16.5.11 pezkuwi-sdk-ui is now a standalone repo at: https://github.com/pezkuwichain/pezkuwi-sdk-ui Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
516 B
JSON
22 lines
516 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"
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/api": "^16.5.11",
|
|
"@pezkuwi/util": "^14.0.11",
|
|
"@pezkuwi/util-crypto": "^14.0.11",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.2.1",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|