UNPKG

casinocronos-sdk-extra

Version:

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

55 lines (52 loc) • 1.19 kB
{ "name": "casinocronos-sdk-extra", "license": "MIT", "version": "20.0.2", "description": "🛠 A specific SDK/toolkit for building applications on top of the CasinoCronos.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "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-default-token-list": "20.0.1", "casinocronos-sdk": "1.1.2", "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 } }