@crypto-dex-sdk/amm
Version:
49 lines • 1.28 kB
JSON
{
"name": "@crypto-dex-sdk/amm",
"version": "0.1.5",
"description": "Zenlink AMM",
"author": "zenlinkpro",
"license": "LGPL-2.1-or-later",
"repository": {
"type": "git",
"url": "https://github.com/zenlinkpro/zenlink-interface.git",
"directory": "packages/amm"
},
"keywords": [
"zenlink",
"amm"
],
"main": "dist/index.js",
"source": "src/index.ts",
"typings": "dist/index.d.ts",
"files": [
"dist/**"
],
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/solidity": "^5.7.0",
"ethers": "^5.7.2",
"tiny-invariant": "^1.3.3",
"tiny-warning": "^1.0.3",
"@crypto-dex-sdk/chain": "0.1.4",
"@crypto-dex-sdk/currency": "0.1.5",
"@crypto-dex-sdk/math": "0.1.5"
},
"devDependencies": {
"@types/node": "^22.13.4",
"eslint": "^9.20.1",
"tsup": "^8.3.6",
"typescript": "5.7.3",
"@crypto-dex-sdk/eslint-config": "0.1.4",
"@crypto-dex-sdk/typescript-config": "0.1.4"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsc -w",
"lint": "TIMING=1 eslint src --fix"
}
}