{
  "name": "molestiaeofficiis",
  "description": "A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps",
  "author": "AlUllrich",
  "license": "GPL-3.0-or-later",
  "engines": {
    "node": "14"
  },
  "scripts": {
    "bootstrap": "lerna bootstrap",
    "build": "lerna run build",
    "prestart": "yarn build",
    "start": "lerna run start --parallel",
    "clean": "lerna clean --yes",
    "prepublish:lerna": "yarn build",
    "publish:lerna": "lerna publish"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.1",
    "@types/node": "^16.9.0",
    "@types/react": "^17.0.21",
    "lerna": "^4.0.0",
    "prettier": "2.3.2",
    "react": "^17.0.2",
    "typescript": "^4.4.2",
    "zustand": "^3.5.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CaylaNolan/molestiaeofficiis.git"
  },
  "version": "1.4.0"
}
