{
"binary-market:create": "tsx scripts/create-binary-market.ts",
"binary-market:finish": "tsx scripts/finish-create-market.ts",
"binary-market:resolve": "tsx scripts/resolve-binary-market.ts",
"predict:new-manager": "tsx scripts/create-predict-manager.ts",
"predict:fund": "tsx scripts/fund-manager.ts",
"plp:supply": "tsx scripts/supply-plp.ts",
"smoke:mint": "tsx scripts/predict-mint-smoke.ts",
"market:register": "tsx scripts/register-market.ts",
"agent:register": "tsx scripts/register-trade-agent.ts",
"oo:propose": "tsx scripts/oo-propose.ts",
"oo:finalize": "tsx scripts/oo-finalize.ts",
"env:from-publish": "tsx scripts/parse-publish-output.ts",
"return-dusdc": "tsx scripts/return-testnet-dusdc.ts"
}