@anton-seriesfi/doppler-v3-sdk
Version:
SDK for interacting with Doppler v3 protocol
48 lines • 1.12 kB
JSON
{
"name": "@anton-seriesfi/doppler-v3-sdk",
"version": "1.0.44b",
"description": "SDK for interacting with Doppler v3 protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "vitest",
"lint": "tsc --noEmit"
},
"keywords": [
"defi",
"amm",
"liquidity",
"ethereum",
"uniswap-v3"
],
"author": "Whetstone Research <contact@whetstone.cc>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/whetstoneresearch/doppler-sdk.git"
},
"homepage": "https://github.com/whetstoneresearch/doppler-sdk",
"bugs": {
"url": "https://github.com/whetstoneresearch/doppler-sdk/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@delvtech/drift": "^0.10.1",
"@delvtech/drift-viem": "^0.10.1",
"@uniswap/sdk-core": "^5.9.0",
"@uniswap/v4-sdk": "^1.10.4",
"ponder": "^0.11.15",
"viem": "^2.21.55"
},
"devDependencies": {
"typescript": "^5.4.5",
"vitest": "^2.1.4"
}
}