{
  "name": "@ctrl/shared-torrent",
  "version": "6.5.1",
  "description": "shared types and interfaces between torrent clients",
  "keywords": [],
  "license": "MIT",
  "author": "Scott Cooper <scttcper@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scttcper/shared-torrent.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "lint": "oxfmt --check && oxlint .",
    "lint:fix": "oxfmt && oxlint . --fix",
    "prepare": "npm run build",
    "build": "tsc"
  },
  "devDependencies": {
    "@ctrl/oxlint-config": "1.4.0",
    "@sindresorhus/tsconfig": "8.1.0",
    "@types/node": "25.2.3",
    "ofetch": "1.5.1",
    "oxfmt": "^0.32.0",
    "oxlint": "1.47.0",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "ofetch": "^1.5.0"
  },
  "release": {
    "branches": [
      "master"
    ]
  },
  "engines": {
    "node": ">20"
  },
  "packageManager": "pnpm@10.29.3"
}
