{
  "name": "ifrau",
  "version": "0.42.0",
  "description": "Free-range app utility for IFRAME-based FRAs",
  "type": "module",
  "exports": {
    "./client.js": "./client/client.js",
    "./client/client.js": "./client/client.js",
    "./client/slim.js": "./client/slim.js",
    "./host.js": "./host.js"
  },
  "files": [
    "host.js",
    "/client",
    "/plugins",
    "/port"
  ],
  "scripts": {
    "lint": "eslint .",
    "test:unit": "mocha --recursive --extension test.js",
    "test": "npm run lint -s && npm run test:unit -s"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Brightspace/ifrau.git"
  },
  "keywords": [
    "d2l",
    "frau",
    "iframe",
    "postMessage"
  ],
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Brightspace/ifrau/issues"
  },
  "homepage": "https://github.com/Brightspace/ifrau",
  "devDependencies": {
    "globals": "^17",
    "chai": "^4",
    "chai-as-promised": "^8",
    "eslint": "^9",
    "eslint-config-brightspace": "^3",
    "mocha": "^11",
    "sinon": "^22",
    "sinon-chai": "^3"
  }
}
