UNPKG

illoquod

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

57 lines (56 loc) 1.33 kB
{ "name": "illoquod", "description": "A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps", "keywords": [ "quia", "react-hooks", "commodi", "ethereum", "doloremque", "typescript", "et", "quos", "frontend", "placeat", "quod", "eos", "praesentium", "frame", "fortmatic", "portis", "torus", "authereum", "magic" ], "author": "OlaBernier", "repository": { "type": "git", "url": "https://github.com/MoisesLeffler/illoquod.git" }, "scripts": { "bootstrap": "lerna bootstrap", "publish:lerna": "lerna publish", "clean": "lerna clean --yes && lerna exec -- rimraf yarn.lock dist/ .rts2_cache_{cjs,esm}/", "build": "lerna run build", "start": "lerna run --parallel --no-bail start -- --noClean", "lint": "lerna run lint --parallel", "test": "lerna run test --parallel" }, "devDependencies": { "@types/jest": "^24.0.21", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", "lerna": "^3.19.0", "react": ">=16.8", "react-dom": ">=16.8", "rimraf": "^3.0.1", "tsdx": "^0.11.0" }, "license": "GPL-3.0-or-later", "prettier": { "semi": false, "singleQuote": true, "printWidth": 120 }, "version": "1.3.4" }