2024-08-14 09:00:16 +00:00
|
|
|
{
|
|
|
|
"name": "testnet-laconicd-stack",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@git.vdb.to:cerc-io/testnet-laconicd-stack.git",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^22.2.0",
|
|
|
|
"@types/yargs": "^17.0.33",
|
|
|
|
"typescript": "^5.5.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-14 10:01:09 +00:00
|
|
|
"@cerc-io/registry-sdk": "^0.2.6",
|
2024-08-14 10:51:44 +00:00
|
|
|
"@cosmjs/stargate": "^0.32.4",
|
2024-08-14 09:00:16 +00:00
|
|
|
"csv-parse": "^5.5.6",
|
|
|
|
"csv-parser": "^3.0.0",
|
|
|
|
"csv-writer": "^1.6.0",
|
2024-08-14 10:01:09 +00:00
|
|
|
"dotenv": "^16.4.5",
|
2024-08-14 09:00:16 +00:00
|
|
|
"yargs": "^17.7.2"
|
2024-08-14 12:02:12 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"map-subscribers-to-participants": "node dist/map-subscribers-to-participants.js"
|
2024-08-14 09:00:16 +00:00
|
|
|
}
|
|
|
|
}
|