{
  "author": "Florian Imdahl <git@ffflorian.de>",
  "bin": {
    "crates-updater": "dist/cli.js",
    "update-crates": "dist/cli.js"
  },
  "dependencies": {
    "commander": "13.1.0",
    "compare-versions": "6.1.1",
    "crates.io": "2.2.9"
  },
  "description": "Check your Rust packages for updates.",
  "devDependencies": {
    "rimraf": "6.0.1",
    "typescript": "5.8.2"
  },
  "engines": {
    "node": ">= 18.0"
  },
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "typescript",
    "cratesio",
    "rust",
    "cli"
  ],
  "license": "GPL-3.0",
  "module": "dist/index.js",
  "name": "crates-updater",
  "repository": "https://github.com/ffflorian/tree/node-packages/crates-updater",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist",
    "dist": "yarn clean && yarn build",
    "start": "node --loader ts-node/esm src/cli.ts"
  },
  "type": "module",
  "version": "1.9.5",
  "gitHead": "7704629d81392a9c7858e1bdd974762598e953a2"
}
