mirror of
https://github.com/ZigZagExchange/zksync-lite-market-maker.git
synced 2025-12-16 22:54:23 +01:00
26 lines
509 B
JSON
26 lines
509 B
JSON
{
|
|
"name": "zigzag-market-maker",
|
|
"version": "1.0.0",
|
|
"main": "marketmaker.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node marketmaker.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^10.0.0",
|
|
"ethers": "^5.5.1",
|
|
"node-fetch": "^3.1.0",
|
|
"ws": "^8.2.3",
|
|
"zksync": "^0.13.1"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {},
|
|
"description": "",
|
|
"engines": {
|
|
"node": ">=16 <17"
|
|
}
|
|
}
|