{
  "name": "condensed",
  "version": "0.0.7",
  "description": "A CLI tool to compile files from a folder into a single file or clipboard",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "condensed": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "start": "node bin/cli.js",
    "dev": "npm run build && npm link && condensed . -c"
  },
  "keywords": [
    "cli",
    "condensed",
    "compiler",
    "file",
    "gitignore"
  ],
  "author": "useCallback",
  "license": "MIT",
  "dependencies": {
    "clipboardy": "^3.0.0",
    "commander": "^9.5.0",
    "fs-extra": "^11.3.0",
    "ignore": "^5.3.2"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.17.27",
    "typescript": "^5.8.2"
  }
}
