UNPKG

@meteraprotocol/sdk

Version:

SDK to interact with Metera's API & a UI component that will create orders into the Metera Protocol

62 lines 1.53 kB
{ "name": "@meteraprotocol/sdk", "version": "0.0.19", "description": "SDK to interact with Metera's API & a UI component that will create orders into the Metera Protocol", "type": "module", "main": "dist/index.cjs", "types": "dist/index.d.ts", "exports": { "./ui": { "import": "./dist/ui.js", "require": "./dist/ui.cjs" }, ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "repository": {}, "author": "meteraprotocol", "license": "MIT", "bugs": {}, "homepage": "https://meteraprotocol.io", "keywords": [ "Metera", "Protocol", "SDK", "API Client", "typescript" ], "dependencies": { "@lucid-evolution/lucid": "^0.4.23", "@nufi/dapp-client-cardano": "^0.3.5", "@nufi/dapp-client-core": "^0.3.5", "axios": "^1.6.8", "big-rational-ts": "1.0.6", "bignumber.js": "^9.1.2", "cbor2": "^1.4.0", "json-bigint": "^1.0.0", "lucid-txpipe": "0.10.34", "react-loader-spinner": "^6.1.6", "react-number-format": "5.4.2", "zod": "^3.23.5", "@meteraprotocol/core": "0.0.19" }, "peerDependencies": { "@chakra-ui/icons": ">=2.1.0", "@chakra-ui/react": ">=2.2.4", "@emotion/react": "11.13.3", "@emotion/styled": "11.13.0", "framer-motion": "6.5.1", "react": ">=18.2.0", "react-dom": "18.2.0", "react-icons": "4.12.0" }, "devDependencies": { "tsup": "^8.2.4", "typescript": "5.7.3" }, "scripts": { "build": "rm -rf dist && tsup" } }