{
  "name": "snippet-manager",
  "version": "2.1.1",
  "description": "",
  "main": "index.js",
  "type": "module",
  "bin": {
    "snippet-manager": "src/index.js",
    "snip": "src/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node src/index.js"
  },
  "keywords": [
    "snippets",
    "code",
    "management",
    "cli",
    "git",
    "snippet-manager"
  ],
  "author": "Sahil Tyagi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SahilTyagii/snippet-manager.git"
  },
  "homepage": "https://github.com/SahilTyagii/snippet-manager.git",
  "dependencies": {
    "chalk": "^5.3.0",
    "figlet": "^1.8.0",
    "inquirer": "^8.2.6",
    "inquirer-file-tree-selection-prompt": "^2.0.5",
    "lowdb": "^3.0.0"
  }
}
