{
  "name": "bare-media",
  "version": "2.9.0",
  "description": "A set of media APIs for Bare",
  "main": "index.js",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./types": "./types.js"
  },
  "files": [
    "src",
    "index.js",
    "types.js"
  ],
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "keywords": [],
  "author": "Holepunch",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-media.git"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/bare-media/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-media#readme",
  "dependencies": {
    "bare-bmp": "^1.0.0",
    "bare-exif": "^1.1.0",
    "bare-fetch": "^3.0.1",
    "bare-ffmpeg": "^1.2.1",
    "bare-fs": "^4.1.5",
    "bare-gif": "^1.1.2",
    "bare-heif": "^1.0.5",
    "bare-ico": "^1.0.0",
    "bare-image-resample": "^1.0.1",
    "bare-jpeg": "^1.1.1",
    "bare-png": "^1.0.2",
    "bare-svg": "^1.0.1",
    "bare-tiff": "^1.0.1",
    "bare-webp": "^1.0.3",
    "get-file-format": "^1.1.0",
    "get-mime-type": "^2.0.1"
  },
  "devDependencies": {
    "b4a": "^1.7.3",
    "bare-os": "^3.6.2",
    "bare-path": "^3.0.0",
    "bare-performance": "^1.3.0",
    "bare-process": "^4.2.2",
    "brittle": "^3.16.3",
    "corestore": "^7.4.5",
    "hyperblobs": "^2.8.0",
    "hypercore-blob-server": "^1.11.0",
    "lunte": "^1.4.0",
    "prettier": "^3.7.4",
    "prettier-config-holepunch": "^2.0.0",
    "test-tmp": "^1.4.0"
  }
}
