{
  "name": "bare-bundle",
  "version": "1.10.0",
  "description": "Application bundle format for JavaScript",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package": "./package.json"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "scripts": {
    "test": "prettier . --check && bare test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-bundle.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-bundle/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-bundle#readme",
  "devDependencies": {
    "bare-buffer": "^3.0.2",
    "bare-url": "^2.1.3",
    "brittle": "^3.1.1",
    "prettier": "^3.4.2",
    "prettier-config-holepunch": "^2.0.0"
  },
  "peerDependencies": {
    "bare-buffer": "*",
    "bare-url": "*"
  },
  "peerDependenciesMeta": {
    "bare-buffer": {
      "optional": true
    },
    "bare-url": {
      "optional": true
    }
  }
}
