···8686There are some conventions in place of configuration that are worth noting:
8787* the file type is inferred from the file name if possible (e.g. `babel.es.js` will be in 'es' format)
8888* `main` defaults to CJS, `module` to ES, `browser` to UMD, and `bin` to CJS
8989-* if you have a folder mapped using [subpath patterns](https://nodejs.org/api/packages.html#packages_subpath_patterns) and it matches a folder within your `src` folder, the files within will be copied across and lightly transpiled using [mkdist](https://github.com/unjsio/mkdist).
8989+* if you have a folder mapped using [subpath patterns](https://nodejs.org/api/packages.html#packages_subpath_patterns) and it matches a folder within your `src` folder, the files within will be copied across and lightly transpiled using [mkdist](https://github.com/unjs/mkdist).
90909191##### Example
9292```json5
···134134135135### `siroc run`
136136137137-You can run arbitrary shell commands or node scripts using the power of [the `jiti` runtime](https://github.com/nuxt-contrib/jiti).
137137+You can run arbitrary shell commands or node scripts using the power of [the `jiti` runtime](https://github.com/unjs/jiti).
138138139139For example:
140140···1531531. Clone this repo
154154155155 ```bash
156156- git clone git@github.com:nuxt-contrib/siroc.git
156156+ git clone https://github.com/unjs/siroc
157157 ```
1581581591592. Install dependencies and build project
···182182[npm-downloads-src]: https://img.shields.io/npm/dm/siroc?style=flat-square
183183[npm-downloads-href]: https://npmjs.com/package/siroc
184184185185-[github-actions-src]: https://img.shields.io/github/workflow/status/nuxt-contrib/siroc/ci/main?style=flat-square
186186-[github-actions-href]: https://github.com/nuxt-contrib/siroc/actions?query=workflow%3Aci
185185+[github-actions-src]: https://img.shields.io/github/workflow/status/unjs/siroc/ci/main?style=flat-square
186186+[github-actions-href]: https://github.com/unjs/siroc/actions?query=workflow%3Aci
187187188188-[alerts-src]: https://img.shields.io/lgtm/alerts/github/nuxt-contrib/siroc?style=flat-square
189189-[alerts-href]: https://lgtm.com/projects/g/nuxt-contrib/siroc
188188+[alerts-src]: https://img.shields.io/lgtm/alerts/github/unjs/siroc?style=flat-square
189189+[alerts-href]: https://lgtm.com/projects/g/unjs/siroc
190190191191-[grade-src]: https://img.shields.io/lgtm/grade/javascript/github/nuxt-contrib/siroc?style=flat-square
192192-[grade-href]: https://lgtm.com/projects/g/nuxt-contrib/siroc
191191+[grade-src]: https://img.shields.io/lgtm/grade/javascript/github/unjs/siroc?style=flat-square
192192+[grade-href]: https://lgtm.com/projects/g/unjs/siroc