{
  "name": "@isomp4/box-moof",
  "version": "0.3.0",
  "description": "Implements encoding and decoding of the moof box type",
  "keywords": [
    "iso",
    "bmff",
    "mp4",
    "box",
    "moof"
  ],
  "author": {
    "name": "Bradley Odell",
    "url": "https://github.com/BTOdell"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BTOdell/isomp4.git",
    "directory": "boxes/moof"
  },
  "homepage": "https://github.com/BTOdell/isomp4/tree/master/boxes/moof#readme",
  "license": "MPL-2.0",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./cjs/moof.js",
  "module": "./dist/moof.js",
  "exports": {
    ".": {
      "require": "./cjs/moof.js",
      "default": "./dist/moof.js"
    }
  },
  "types": "./dist/moof.d.ts",
  "files": [
    "cjs/**/*.js",
    "cjs/**/package.json",
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "dependencies": {
    "@isomp4/core": "^0.3.0"
  },
  "scripts": {
    "clean": "shx rm -rf ./dist ./cjs/**/*.js ./cjs/**/*.js.map ./cjs/**/*.d.ts ./test/**/*.js ./test/**/*.js.map ./test/**/*.d.ts ./**/*.tsbuildinfo"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.14.0"
  },
  "gitHead": "3434ea14601aa74492f5dc2bbba1867d79173b30"
}
