crates-updater
Version:
Check your Rust packages for updates.
47 lines (46 loc) • 1.02 kB
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": {
"crates-updater": "dist/cli.js",
"update-crates": "dist/cli.js"
},
"dependencies": {
"commander": "14.0.3",
"compare-versions": "6.1.1",
"crates.io": "2.5.0"
},
"description": "Check your Rust packages for updates.",
"devDependencies": {
"tsx": "4.22.0",
"typescript": "6.0.3"
},
"engines": {
"node": ">= 21"
},
"exports": "./dist/index.js",
"files": [
"dist"
],
"keywords": [
"cratesio",
"rust",
"cli"
],
"license": "GPL-3.0",
"module": "dist/index.js",
"name": "crates-updater",
"readme": "https://github.com/ffflorian/node-packages#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ffflorian/node-packages.git"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf dist",
"dist": "yarn clean && yarn build",
"start": "tsx src/cli.ts",
"test": "vitest run"
},
"type": "module",
"version": "1.17.2"
}