{
  "name": "luby",
  "version": "1.0.7",
  "description": "Generate fountain codes / erasure codes (Luby Transform, robust)",
  "main": "dist/index.js",
  "scripts": {
    "start": "node dist/index.js",
    "test": "node dist/test.js",
    "watch": "tsc -w",
    "build": "tsc"
  },
  "nodemonConfig": {
    "ignore": [
      "*.txt",
      "*.json"
    ]
  },
  "keywords": [
    "luby",
    "lt",
    "transform",
    "raptor",
    "rapid",
    "tornado",
    "online",
    "codes",
    "bipartite",
    "graph"
  ],
  "author": "basiclaser",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^14.14.26",
    "babar": "^0.2.0",
    "nodemon": "^2.0.7",
    "tslint": "^5.12.1",
    "typescript": "^3.3.3"
  },
  "dependencies": {
    "shuffle-array": "^1.0.1",
    "treeify": "^1.1.0"
  },
  "files": [
    "dist"
  ]
}