-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.15 KB
/
package.json
File metadata and controls
26 lines (26 loc) · 1.15 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
{
"name": "@mento-protocol/monitoring-monorepo",
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"dashboard:build": "pnpm --filter @mento-protocol/ui-dashboard build",
"dashboard:dev": "pnpm --filter @mento-protocol/ui-dashboard dev",
"deploy:dashboard": "./scripts/deploy-dashboard.sh",
"deploy:indexer": "./scripts/deploy-indexer.sh",
"indexer:codegen": "pnpm --filter @mento-protocol/indexer-envio codegen --config config.multichain.mainnet.yaml",
"indexer:dev": "pnpm --filter @mento-protocol/indexer-envio dev --config config.multichain.mainnet.yaml",
"indexer:testnet:codegen": "pnpm --filter @mento-protocol/indexer-envio codegen --config config.multichain.testnet.yaml",
"indexer:testnet:dev": "pnpm --filter @mento-protocol/indexer-envio dev --config config.multichain.testnet.yaml",
"infra:apply": "terraform -chdir=terraform apply",
"infra:init": "terraform -chdir=terraform init",
"infra:plan": "terraform -chdir=terraform plan"
},
"pnpm": {
"overrides": {
"undici": ">=6.24.0",
"flatted": ">=3.4.0",
"serialize-javascript": ">=7.0.3",
"diff@>=6": ">=8.0.3"
}
}
}