diff --git a/README.md b/README.md index e5f44ac..6037b1c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ npm install @metatrom/ior-resolver ├── bin/ # Compiled executable scripts │ ├── prebuild-ior-types.js # Pre-build script for type generation │ └── NodeImportLoader.js # Compiled Node.js loader +├── docs/ # Documentation +│ └── IOR_RESOLVER.md # Detailed IOR resolver documentation ├── lib/ # Core library files │ ├── ior-core.js # Shared core functions │ ├── metro-ior-resolver.js # Metro resolver implementation │ └── fetch-remote-component.js # Remote fetching utility +├── plugins/ # Babel and bundler plugins +│ └── babel-plugin-ior.js # Babel plugin for IOR imports ├── src/ # Source files │ └── loaders/ │ └── NodeImportLoader.ts # Node.js loader TypeScript source