UNPKG

refit

Version:

A CLI tool for easily managing dependency updates 📦

99 lines • 2.48 kB
{ "name": "refit", "version": "1.0.3", "description": "A CLI tool for easily managing dependency updates 📦", "author": "Rick Brenn <brenn.rick@gmail.com>", "keywords": [ "npm", "pnpm", "yarn", "refit", "node", "dependencies", "modules", "update", "updates", "upgrade", "upgrades", "updater", "package.json", "version", "management", "changelog", "monorepo", "wizard", "interactive" ], "repository": { "type": "git", "url": "https://github.com/rickbrenn/refit.git" }, "homepage": "https://github.com/rickbrenn/refit", "bugs": { "url": "https://github.com/rickbrenn/refit/issues" }, "license": "MIT", "engines": { "node": ">=18" }, "type": "module", "bin": { "refit": "bin/cli.js" }, "files": [ "bin", "dist" ], "dependencies": { "@npmcli/arborist": "^9.0.0", "@npmcli/map-workspaces": "^4.0.2", "@npmcli/name-from-folder": "^3.0.0", "@npmcli/package-json": "^6.1.0", "@octokit/core": "^6.1.3", "chalk": "^5.4.1", "dayjs": "^1.11.13", "ink": "^5.1.0", "ink-text-input": "^6.0.0", "marked": "^14.1.2", "marked-terminal": "^7.2.1", "open": "^10.1.0", "p-map": "^7.0.3", "pacote": "^21.0.0", "prop-types": "^15.8.1", "react": "^18.3.1", "read-yaml-file": "^2.1.0", "semver": "^7.6.3", "yargs": "^17.7.2" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-react": "^7.26.3", "@jest/globals": "^29.7.0", "babel-loader": "^9.2.1", "clean-webpack-plugin": "^4.0.0", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.10.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prefer-arrow-functions": "^3.4.1", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "prettier": "^3.4.2", "webpack": "^5.97.1", "webpack-cli": "^6.0.1", "webpack-node-externals": "^3.0.0" }, "scripts": { "start": "./bin/cli.js", "build": "NODE_ENV=production webpack", "dev": "NODE_ENV=development webpack", "lint": "eslint src --ext .js", "lint:fix": "npm run lint -- --fix", "test": "NODE_OPTIONS=--experimental-vm-modules npx jest" } }