{
  "name": "cpsf_utilite",
  "version": "3.5.1",
  "description": "A CLI tool to generate a project's directory and file structure tree, with advanced filtering and configuration.",
  "main": "index.js",
  "type": "commonjs",
  "bin": {
    "cpsf_utilite": "./index.js"
  },
  "files": [
    "index.js"
  ],
  "preferGlobal": true,
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git"
  },
  "keywords": [
    "structure",
    "tree",
    "generator",
    "cli",
    "tool",
    "project-structure",
    "file-structure",
    "directory-structure",
    "npm",
    "nodejs",
    "utility"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "dependencies": {
    "inquirer": "^8.2.4",
    "open": "^10.1.2",
    "ora": "^5.4.1"
  }
}
