dex-provider
Version:
Fetch data like trading pair and liquidity from DEX
49 lines (48 loc) • 1.3 kB
JSON
{
"name": "dex-provider",
"version": "0.1.0-beta.1",
"description": "Fetch data like trading pair and liquidity from DEX",
"main": "dis/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tolak/dex-provider.git"
},
"keywords": [
"Swap",
"Crosschain",
"Index"
],
"author": "Phala Network",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tolak/dex-provider/issues"
},
"homepage": "https://github.com/tolak/dex-provider#readme",
"dependencies": {
"@ethersproject/address": "^5.7.0",
"@ethersproject/solidity": "^5.7.0",
"@polkadot/api": "^9.1.1",
"@uniswap/sdk": "^3.0.3",
"decimal.js": "^10.4.0",
"ethers": "^5.7.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"tsup": "^6.2.1",
"typescript": "^4.7.4"
}
}