ufomarketplace-sdk
Version:
SDK to interact with set ufo marketplace contracts
76 lines • 2.18 kB
JSON
{
"name": "ufomarketplace-sdk",
"version": "0.2.6",
"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": "Nicholas",
"license": "ISC",
"dependencies": {
"@ethersproject/abi": "^5.4.1",
"@ethersproject/abstract-provider": "^5.4.1",
"@ethersproject/abstract-signer": "^5.4.1",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/providers": "^5.4.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@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.4.6",
"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.11.14",
"underscore": "^1.13.3"
},
"devDependencies": {
"prettier": "^2.3.2",
"tslint": "^6.1.3",
"typescript": "^4.4.2"
},
"files": [
"dist",
"src"
],
"_moduleAliases": {
"@ufomarketplace-sdk": "ufomarketplace-sdk"
},
"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"
}