UNPKG

@ponderfinance/sdk

Version:

SDK for interacting with Ponder DEX and 55555 Launcher

54 lines (53 loc) 1.25 kB
{ "name": "@ponderfinance/sdk", "version": "1.0.38", "description": "SDK for interacting with Ponder DEX and 55555 Launcher", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "clean": "rimraf dist", "prepublishOnly": "pnpm typecheck && pnpm build" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "dependencies": { "@ponderfinance/dex": "^1.0.16", "@tanstack/react-query": "^5.62.2", "react-query": "^3.39.3", "viem": "^2.21.51", "wagmi": "^2.13.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "@types/react": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "rimraf": "^5.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2" }, "keywords": [ "ponder", "dex", "defi", "ethereum" ], "author": "@taayyohh", "license": "MIT", "publishConfig": { "access": "public" } }