{
  "$schema": "https://nitro.margelo.com/nitro.schema.json",
  "cxxNamespace": ["NitroStorage"],
  "ios": {
    "iosModuleName": "NitroStorage"
  },
  "android": {
    "androidNamespace": ["com", "nitrostorage"],
    "androidCxxLibName": "NitroStorage"
  },
  "autolinking": {
    "Storage": {
      "all": {
        "language": "c++",
        "implementationClassName": "HybridStorage"
      }
    }
  },
  "ignorePaths": ["**/node_modules"],
  "gitAttributesGeneratedFlag": true
}
