UNPKG

casinocronos-msdk-extra

Version:

🛠 A specific SDK/toolkit for building applications on top of the Elephant Dex.

57 lines (53 loc) • 1.26 kB
{ "name": "casinocronos-msdk-extra", "license": "MIT", "version": "2.1.1", "description": "🛠 A specific SDK/toolkit for building applications on top of the Elephant Dex.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/elephantproject/sdk-extra", "keywords": [ "AMM", "Cryptocurrency", "Casino", "Cronos", "Defi", "core", "uniswap-v2", "Decentralized Token Exchange", "Dex" ], "module": "dist/sdk.esm.js", "scripts": { "lint": "tsdx lint src test", "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "prepublishOnly": "tsdx build" }, "dependencies": { "@ethersproject/address": "^5.3.0", "@ethersproject/contracts": "^5.3.0", "@ethersproject/providers": "^5.3.0", "@ethersproject/solidity": "^5.3.0", "@types/lodash.random": "^3.2.6", "casinocronos-mdefault-token-list": "2.1.1", "casinocronos-msdk": "2.1.0", "lodash.random": "^3.2.0" }, "devDependencies": { "@types/jest": "^26.0.23", "tsdx": "^0.14.1" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true } }