16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "poly-merger",
|
|
"version": "1.0.0",
|
|
"description": "Position merging utility for Polymarket",
|
|
"main": "merge.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^5.6.3"
|
|
}
|
|
}
|