{
  "name": "project-structure-cli",
  "version": "1.1.8",
  "main": "index.js",
  "bin": {
    "proj-structure": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "project-structure",
    "tree",
    "nodejs"
  ],
  "author": "Anup Kumar Singh",
  "license": "ISC",
  "description": "It is a lightweight app to create project structure so that it can be used optimally with LLMs or in creating README",
  "repository": {
    "directory": ""
  },
  "dependencies": {
    "fs": "^0.0.1-security",
    "path": "^0.12.7"
  }
}
