{
  "name": "@dns-pack/message",
  "version": "0.1.1",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "esm/index.js",
  "files": [
    "esm",
    "dist",
    "src/**/*.ts"
  ],
  "dependencies": {
    "binary-parser": "^2.2.1",
    "ramda": "^0.30.1"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/ramda": "^0.30.2"
  },
  "scripts": {
    "build": "rm -rf dist esm && tsc -p tsconfig.build.json && tsc -p tsconfig.esm.json",
    "test": "vitest --run"
  }
}