{
  "name": "lup",
  "version": "1.3.54",
  "description": "This package contains the slim CLI to get started with leanupjs.",
  "author": "Martin Oppitz <npmjs@martinoppitz.com>",
  "homepage": "https://leanupjs.org",
  "files": [
    "lib/**"
  ],
  "keywords": [
    "npx",
    "lup",
    "leanupjs"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leanupjs/leanup.git"
  },
  "bugs": {
    "url": "https://github.com/leanupjs/leanup/issues"
  },
  "bin": {
    "lup": "lib/cli.js"
  },
  "dependencies": {
    "@leanup/cli": "1.3.54"
  },
  "devDependencies": {
    "@types/node": "20.14.2",
    "typescript": "5.4.5"
  },
  "scripts": {}
}