{
  "name": "pear-link",
  "version": "5.0.1",
  "description": "Parse Pear Links",
  "main": "index.js",
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:node && npm run test:bare",
    "test:node": "brittle-node test/index.test.js",
    "test:bare": "brittle-bare test/index.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/pear-link.git"
  },
  "files": [
    "index.js"
  ],
  "imports": {
    "path": {
      "bare": "bare-path",
      "default": "path"
    }
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/pear-link/issues"
  },
  "homepage": "https://github.com/holepunchto/pear-link#readme",
  "dependencies": {
    "bare-path": "^3.1.1",
    "hypercore-id-encoding": "^1.3.0",
    "pear-errors": "^1.0.1"
  },
  "devDependencies": {
    "brittle": "^4.1.0",
    "lunte": "^1.8.4",
    "prettier": "^3.9.6",
    "prettier-config-holepunch": "^2.0.0",
    "url-file-url": "^1.0.5",
    "which-runtime": "^1.4.0"
  }
}
