-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
20 lines (20 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"scripts": {
"migrate": "pnpm --filter @metadaoproject/indexer-db migrate",
"sync": "pnpm --filter @metadaoproject/indexer-db sync",
"sql": "pnpm --filter @metadaoproject/indexer-db sql",
"update-hasura": "echo 'hello world'",
"update-hasura-client": "pnpm --filter @metadaoproject/indexer-hasura gen-client",
"start-service": "pnpm --filter @metadaoproject/indexer-service start",
"reset-tx-watcher": "pnpm --filter @metadaoproject/indexer-service cli txw reset",
"create-tx-watcher": "pnpm --filter @metadaoproject/indexer-service cli txw create",
"validate-tx-watcher": "pnpm --filter @metadaoproject/indexer-service cli txw validate",
"test": "pnpm --filter @metadaoproject/indexer-service test",
"publish-client": "echo 'hello world'",
"build-sdk": "pnpm --filter @metadaoproject/futarchy-sdk build"
},
"devDependencies": {
"bun": "1.0.26"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}