{
  "name": "@spicy-hooks/bin",
  "version": "3.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/salsita/spicy-hooks.git",
    "directory": "packages/bin"
  },
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "@spicy-hooks/utils": "^3.0.0",
    "chalk": "^4.1.2",
    "command-line-args": "^5.2.1",
    "command-line-usage": "^6.1.3",
    "dotenv": "^16.0.3",
    "glob": "^8.0.3",
    "lodash": "^4.17.21",
    "tslib": "^2.4.1"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.0",
    "@types/command-line-usage": "^5.0.2",
    "@types/glob": "^8.0.0",
    "@types/lodash": "^4.14.188",
    "typescript": "^4.8.4"
  },
  "bin": {
    "spicy": "./lib/spicy.js"
  },
  "gitHead": "913cc8a647631a5dd0c86e6d19c32c143d336776"
}
