{
  "name": "qudag",
  "version": "1.2.1",
  "description": "QuDAG - Quantum-Resistant Distributed Communication Platform",
  "keywords": [
    "qudag",
    "quantum",
    "dag",
    "p2p",
    "darknet",
    "blockchain",
    "cryptography",
    "post-quantum",
    "ml-kem",
    "ml-dsa"
  ],
  "homepage": "https://github.com/ruvnet/QuDAG",
  "repository": {
    "type": "git",
    "url": "https://github.com/ruvnet/QuDAG.git"
  },
  "license": "MIT OR Apache-2.0",
  "author": "rUv <ruv@ruv.net>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "qudag": "./bin/qudag.js"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "postinstall": "node dist/install.js",
    "test": "node dist/test.js"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "fs-extra": "^11.2.0",
    "progress": "^2.0.3",
    "tar": "^6.2.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.10.0",
    "@types/progress": "^2.0.7",
    "@types/tar": "^6.1.10",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "publishConfig": {
    "access": "public"
  }
}