UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

75 lines (74 loc) 2.23 kB
{ "name": "ufomarketplace-sdk-new", "version": "0.2.78", "description": "SDK to interact with set ufo marketplace contracts", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "yarn ts-node example.ts", "prettier": "prettier --write .", "build": "rm -rf dist && tsc", "tslint": "tslint -c tslint.json -p tsconfig.json ./src/**/*.ts", "ts-node": "ts-node", "prepare": "tsc", "updateDocs": "npm run build; sleep 1; typedoc", "updateDocs_windows": "typedoc", "build_windows": "tsc" }, "author": "Stephen", "license": "ISC", "dependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomiclabs/hardhat-ethers": "^2.2.3", "@typechain/ethers-v5": "^11.1.2", "@typechain/hardhat": "^9.1.0", "@types/moment": "^2.13.0", "@types/underscore": "^1.11.4", "axios": "^0.23.0", "big-number": "^2.0.0", "bignumber.js": "^9.0.1", "ethereum-multicall": "^2.14.1", "ethers": "^5.7.2", "hardhat": "^2.6.2", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32", "moment": "^2.29.3", "quickswap-sdk": "3.0.12", "ts-node": "^10.3.0", "typedoc": "^0.22.13", "typedoc-plugin-markdown": "3.13.6", "underscore": "^1.13.3" }, "devDependencies": { "prettier": "^2.3.2", "tslint": "^6.1.3", "typescript": "^5.4.5" }, "files": [ "dist", "src" ], "_moduleAliases": { "@ufomarketplace-sdk-new": "ufomarketplace-sdk-new" }, "resolutions": { "eslint-loader": "3.0.3" }, "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://nicholas716: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@github.com/UFOGaming51/ufoMarketplace_sdk.git" }, "keywords": [ "ufo", "ufoMarketplace", "sdk" ], "bugs": { "url": "https://github.com/UFOGaming51/ufoMarketplace_sdk/issues" }, "homepage": "https://github.com/UFOGaming51/ufoMarketplace_sdk#readme", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }