{
  "name": "fileweaver",
  "version": "1.2.0",
  "description": "A CLI tool to weave files together based on regex patterns",
  "main": "index.js",
  "type": "module",
  "bin": {
    "fileweaver": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "concatenate",
    "files",
    "regex",
    "merge",
    "combine",
    "weave",
    "utilities",
    "file-management"
  ],
  "author": "c2developers",
  "license": "MIT",
  "dependencies": {
    "ascii-tree": "^0.3.0",
    "chalk": "^5.3.0",
    "cli-progress": "^3.12.0",
    "commander": "^11.0.0",
    "glob": "^10.3.3",
    "ora": "^7.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/c2developers/fileweaver.git"
  },
  "bugs": {
    "url": "https://github.com/c2developers/fileweaver/issues"
  },
  "homepage": "https://github.com/c2developers/fileweaver#readme",
  "engines": {
    "node": ">=14.0.0"
  }
}
