{"_id":"@catalogfinance-multiwallet/types","name":"@catalogfinance-multiwallet/types","dist-tags":{"latest":"0.15.0"},"versions":{"0.15.0":{"name":"@catalogfinance-multiwallet/types","publishConfig":{"access":"public"},"version":"0.15.0","description":"A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps","keywords":["react","react-hooks","hooks","ethereum","javascript","typescript","web3","context","frontend","dapp"],"author":{"name":"mcgraneder","email":"mcgrane480@gmail.com"},"repository":{"type":"git","url":"git://github.com/mcgraneder/catalogfinance-multiwallet.git"},"main":"dist/index.js","module":"dist/types.esm.js","typings":"dist/index.d.ts","scripts":{"start":"tsdx watch","build":"tsdx build","lint":"tsdx lint src"},"license":"MIT","gitHead":"bab4c4afd488da9d46779732e9f1b4da0c21e3ea","bugs":{"url":"https://github.com/mcgraneder/catalogfinance-multiwallet/issues"},"homepage":"https://github.com/mcgraneder/catalogfinance-multiwallet#readme","_id":"@catalogfinance-multiwallet/types@0.15.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/3.22.1/node@v16.14.2+x64 (win32)","dist":{"integrity":"sha512-EImhqKBZHK623oqEqoGT3ZDg4snTxQRMioqwHgWkpZv1PlTiGeRECDEHvU1zNosyYabJKHx2xxSDexlM5H5j8Q==","shasum":"fb91cabbcfb3693580ec0e6891d2e41c7c350f66","tarball":"https://registry.npmjs.org/@catalogfinance-multiwallet/types/-/types-0.15.0.tgz","fileCount":11,"unpackedSize":8438,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgD7oaUD378XZqQYPQra9GuoNZIfg6DStglgxfXbseQwIhANgW9EKyFLdVjnaq+NQVoxrp5zF9CekmWtajsFNrX3+b"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEhmjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4IA//TrANZ2VFfDu+7+kKRv8jM8iHYTGK1YmqosKnnBdV7QaBpJMC\r\nmZsMUTPVm2QpAMRqIpyaDbn0b7GC52nkHQwCKFllEBwg90kmMhaheUCDiQ7z\r\nNnxjLoAN/YACdPm3/NBvmtKnS+Rs2DUk5szcap6rVvfQPHxL/WFd+dhifh7i\r\nUaATpvJhXsuexK7p7kAv9vrLWuTIgH5TBmajAfvzYzkgAHzZo9Frs+3yBF84\r\nM0K2MMBKzjkfNsrbY+WaYUpq4xi/UgMpxotwuwjsukAbgyP6S4ZlsrQecVdS\r\nPaAtla10xrOlTgKAsKMJ2S7PAzeKRfKwHwu4bkiJWd+plKa4gAIFDFcLpkTy\r\nv74BGM/+T8G47gKuWRbBLDN/FXuy4ODTjA/Rka8slWd4Y1awPI2/f70NKeDA\r\nLJj8r/MIHCPLrxvudq8+LbaeN5LIpMutQgAGJushu3tYTlUVnP67K/0Tkm8E\r\nEiG/MuN8bDQh9X7f2nxfCt+bAUJX4FrWyTrm9UrwkyDBoieAzKJG0BQOX15S\r\nHdnOXo6k/Rx+eQGEWgAIzW4hcMDvHQ82wdTYm/mzs8pInQgq9h8nqI7HFLIf\r\nSZediOqxoQGRKnQTV2Hzd7ezWJfyWj7xzz3wVqdwhBGBb6WitFV5ZBwyaayx\r\nEI2bAGqIJZQ51ODtTbacuK2d58PNASJkIKk=\r\n=w2VG\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"mcgraneder","email":"mcgrane480@gmail.com"},"directories":{},"maintainers":[{"name":"mcgraneder","email":"mcgrane480@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/types_0.15.0_1662130595738_0.10383811583619207"},"_hasShrinkwrap":false}},"time":{"created":"2022-09-02T14:56:35.652Z","0.15.0":"2022-09-02T14:56:35.871Z","modified":"2022-09-02T14:56:36.052Z"},"maintainers":[{"name":"mcgraneder","email":"mcgrane480@gmail.com"}],"description":"A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps","homepage":"https://github.com/mcgraneder/catalogfinance-multiwallet#readme","keywords":["react","react-hooks","hooks","ethereum","javascript","typescript","web3","context","frontend","dapp"],"repository":{"type":"git","url":"git://github.com/mcgraneder/catalogfinance-multiwallet.git"},"author":{"name":"mcgraneder","email":"mcgrane480@gmail.com"},"bugs":{"url":"https://github.com/mcgraneder/catalogfinance-multiwallet/issues"},"license":"MIT","readme":"# TSDX User Guide\n\nCongrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.\n\n> This TSDX setup is meant for developing libraries (not apps!) that can be published to NPM. If you’re looking to build a Node app, you could use `ts-node-dev`, plain `ts-node`, or simple `tsc`.\n\n> If you’re new to TypeScript, checkout [this handy cheatsheet](https://devhints.io/typescript)\n\n## Commands\n\nTSDX scaffolds your new library inside `/src`.\n\nTo run TSDX, use:\n\n```bash\nnpm start # or yarn start\n```\n\nThis builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.\n\nTo do a one-off build, use `npm run build` or `yarn build`.\n\nTo run tests, use `npm test` or `yarn test`.\n\n## Configuration\n\nCode quality is set up for you with `prettier`, `husky`, and `lint-staged`. Adjust the respective fields in `package.json` accordingly.\n\n### Jest\n\nJest tests are set up to run with `npm test` or `yarn test`.\n\n### Bundle Analysis\n\n[`size-limit`](https://github.com/ai/size-limit) is set up to calculate the real cost of your library with `npm run size` and visualize the bundle with `npm run analyze`.\n\n#### Setup Files\n\nThis is the folder structure we set up for you:\n\n```txt\n/src\n  index.tsx       # EDIT THIS\n/test\n  blah.test.tsx   # EDIT THIS\n.gitignore\npackage.json\nREADME.md         # EDIT THIS\ntsconfig.json\n```\n\n### Rollup\n\nTSDX uses [Rollup](https://rollupjs.org) as a bundler and generates multiple rollup configs for various module formats and build settings. See [Optimizations](#optimizations) for details.\n\n### TypeScript\n\n`tsconfig.json` is set up to interpret `dom` and `esnext` types, as well as `react` for `jsx`. Adjust according to your needs.\n\n## Continuous Integration\n\n### GitHub Actions\n\nTwo actions are added by default:\n\n- `main` which installs deps w/ cache, lints, tests, and builds on all pushes against a Node and OS matrix\n- `size` which comments cost comparison of your library on every pull request using [`size-limit`](https://github.com/ai/size-limit)\n\n## Optimizations\n\nPlease see the main `tsdx` [optimizations docs](https://github.com/palmerhq/tsdx#optimizations). In particular, know that you can take advantage of development-only optimizations:\n\n```js\n// ./types/index.d.ts\ndeclare var __DEV__: boolean;\n\n// inside your code...\nif (__DEV__) {\n  console.log('foo');\n}\n```\n\nYou can also choose to install and use [invariant](https://github.com/palmerhq/tsdx#invariant) and [warning](https://github.com/palmerhq/tsdx#warning) functions.\n\n## Module Formats\n\nCJS, ESModules, and UMD module formats are supported.\n\nThe appropriate paths are configured in `package.json` and `dist/index.js` accordingly. Please report if any issues are found.\n\n## Named Exports\n\nPer Palmer Group guidelines, [always use named exports.](https://github.com/palmerhq/typescript#exports) Code split inside your React app instead of your React library.\n\n## Including Styles\n\nThere are many ways to ship styles, including with CSS-in-JS. TSDX has no opinion on this, configure how you like.\n\nFor vanilla CSS, you can include it at the root directory and add it to the `files` section in your `package.json`, so that it can be imported separately by your users and run through their bundler's loader.\n\n## Publishing to NPM\n\nWe recommend using [np](https://github.com/sindresorhus/np).\n","readmeFilename":"README.md"}