You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "CLI tool to initialise a fully-integrated EVM-compatible dApp, create a development environment, and deploy everything to production.",
"license": "MIT",
"bin": {
"dapp-launchpad": "./bin/cli.js"
},
"type": "module",
"scripts": {
"postinstall": "patch-package",
"build": "rollup -c",
"install-global": "npm i -g --force",
"dev": "rollup --watch --watch.onEnd 'npm run install-global' -c"