@saturnnetwork/market-maker-strategy
Version:
Market Making Strategy for Saturn Network DEX
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "@saturnnetwork/market-maker-strategy",
"version": "0.0.6",
"description": "Market Making Strategy for Saturn Network DEX",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"blockchain",
"eth",
"etc",
"ethereum",
"ethereum classic",
"crypto",
"exchange",
"trading",
"bot",
"market",
"market-making",
"strategy",
"token",
"erc20",
"erc223",
"saturn",
"dex",
"decentralized"
],
"license": "LGPL-3.0",
"author": "Saturn Network",
"homepage": "https://github.com/saturn-network/market-maker-strategy",
"repository": {
"type": "git",
"url": "https://github.com/saturn-network/market-maker-strategy.git"
},
"bugs": {
"url": "https://github.com/saturn-network/market-maker-strategy/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w",
"build": "tsc",
"prepublish": "tsc"
},
"devDependencies": {
"@types/lodash": "^4.14.119",
"@types/node": "^11.12.2",
"@types/chalk": "^2.2.0",
"typescript": "^3.4"
},
"dependencies": {
"@saturnnetwork/saturn.js": "^0.1.8",
"bignumber.js": "^8.1.1",
"chalk": "^2.4.2",
"ethers": "^4.0.27",
"lodash": "^4.17.15"
}
}