## Documentation You can see below the API reference of this module. ### `packy(path, def, fn)` Sets the default fields in the package.json file. #### Params - **String** `path`: The path to the `package.json` file. - **Object** `def`: An object containing the fields that should be merged in the package.json. - **Function** `fn`: The callback function.