{
  "name": "@skeldjs/protocol",
  "version": "3.0.0",
  "main": "./dist/index.js",
  "publishConfig": {
    "types": "./dist/index.d.ts"
  },
  "scripts": {
    "build": "tsc -p ./",
    "watch": "tsc -w -p ./",
    "prepack": "yarn build"
  },
  "license": "GPL-3.0-only",
  "dependencies": {
    "@skeldjs/constant": "3.0.0",
    "@skeldjs/hazel": "3.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.7.0",
    "typescript": "^5.9.3"
  },
  "gitHead": "bd1e345157716ff1af70479b45bd23bd977bea32",
  "files": [
    "dist",
    "!./dist/**/*.spec.*"
  ],
  "types": "./dist/index.d.ts"
}