# mraid-bridge **Repository Path**: mirrors_criteo/mraid-bridge ## Basic Information - **Project Name**: mraid-bridge - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![License](https://img.shields.io/github/license/criteo/android-publisher-sdk.svg)](LICENSE) # MRAID Bridge Project for sharing MRAID.js file between [iOS](https://github.com/criteo/ios-publisher-sdk) and [Android](https://github.com/criteo/android-publisher-sdk) SDKs # Development Perform following steps to setup for development: 1. Clone project 2. Install Node via [installer](https://nodejs.org/en/download/) or [packageManager](https://nodejs.org/en/download/package-manager/). 3. From root of the project run `npm install` The following commands are available: | Command | Description | |:-----------------------|:------------------------------------------------------------------------| | `npm run lint` | Runs static code analysis. Outputs errors | | `npm run lintFix` | Runs static code analysis. Outputs errors and applies fixes if possible | | `npm run build` | Transpiles .ts files to appropriate .js files. | | `npm run buildRelease` | Runs `build` and `minify` together | | `npm run minify` | Merges everything into 1 file and applies compression | | `npm run test` | Runs all available tests | # License [Apache License v2.0](LICENSE)