UNPKG

@koyofinance/momiji-hooks

Version:
79 lines 1.91 kB
{ "name": "@koyofinance/momiji-hooks", "version": "0.2.0-next.24946d2.0", "description": "", "author": "@koyofinance", "license": "GPL-3.0-only", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "@koyofinance/momiji-hooks", "koyo", "momiji", "koyo-finance", "koyofinance", "sdk", "boba", "ethereum", "bobabeam", "moonbeam", "aurora", "polygon" ], "scripts": { "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc", "build": "tsup && tsc -b src", "prepack": "yarn build", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run" }, "files": [ "dist/**/*.js*", "dist/**/*.mjs*", "dist/**/*.d*" ], "exports": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "sideEffects": false, "dependencies": { "@cowprotocol/contracts": "^1.3.1", "@ethersproject/providers": "^5.6.8", "@koyofinance/core-sdk": "^0.6.0-next.24946d2.0", "@koyofinance/momiji-sdk": "^0.2.0-next.24946d2.0", "@sapphire/utilities": "^3.9.0", "react": "^17.0.2", "react-dom": "17.0.2", "react-query": "^3.38.1", "tslib": "^2.4.0" }, "devDependencies": { "@types/node": "^17.0.41", "@types/react": "17.0.39", "@types/react-dom": "17.0.11", "tsup": "^5.12.7", "typescript": "^4.6.4" }, "resolutions": { "@types/react": "17.0.39", "@types/react-dom": "17.0.11" }, "engines": { "node": ">=v14.0.0", "npm": ">=7.0.0" }, "homepage": "https://github.com/koyo-finance/sdk/tree/main/packages/momiji-hooks", "repository": { "type": "git", "url": "git+https://github.com/koyo-finance/sdk.git", "directory": "packages/momiji-hooks" }, "bugs": { "url": "https://github.com/koyo-finance/sdk/issues" }, "publishConfig": { "access": "public" } }