-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.51 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@hackbg/undexer",
"type": "module",
"main": "main.ts",
"version": "4.0.0",
"description": "Namada indexer to file.",
"packageManager": "[email protected]+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2",
"bin": {
"undexer": "./undexer"
},
"scripts": {
"start:api": "node --import=@ganesha/esbuild bin/api.js",
"start:indexer": "node --import=@ganesha/esbuild bin/indexer.js",
"cli": "node undexer",
"build:wasm:dev": "cd fadroma/packages/namada && pnpm build:wasm:dev",
"build:wasm:prod": "cd fadroma/packages/namada && pnpm build:wasm:prod",
"test": "time ./tests/testApiDb.js",
"cov": "time c8 -x fadroma -x tests ./tests/testApiDb.js"
},
"dependencies": {
"@fadroma/namada": "workspace:./fadroma/packages/namada",
"@ganesha/esbuild": "workspace:1.0.0-rc.4",
"@ganesha/esbuild-wasm": "workspace:1.0.0-rc.2",
"@hackbg/cmds": "workspace:./fadroma/toolbox/cmds",
"@hackbg/fadroma": "workspace:./fadroma",
"@hackbg/into": "workspace:^",
"@hackbg/logs": "workspace:^",
"borsh": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mkdirp": "^3.0.1",
"pg": "^8.12.0",
"slonik": "^46.2.0",
"sequelize": "^6.37.3",
"undici": "^6.19.2"
},
"devDependencies": {
"@hackbg/port": "workspace:./fadroma/toolbox/port",
"@types/node": "^22.7.0",
"c8": "^10.1.2",
"pgmock": "^1.0.3",
"tsx": "^4.15.6"
}
}