{
  "name": "@gordon1210/depup",
  "version": "0.3.0",
  "description": "a dependency upgrade tool for node projects",
  "keywords": [
    "dependency",
    "upgrade",
    "npm",
    "package",
    "update",
    "manager"
  ],
  "license": "MIT",
  "author": "gordon1210",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gordon1210/depup.git"
  },
  "bugs": {
    "url": "https://github.com/gordon1210/depup/issues"
  },
  "homepage": "https://github.com/gordon1210/depup#readme",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "depup": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "globby": "^14.1.0",
    "ink": "^5.2.0",
    "ink-spinner": "^5.0.0",
    "p-limit": "^6.2.0",
    "package-json": "^10.0.1",
    "react": "^18.3.1",
    "semver": "^7.7.1",
    "yaml": "^2.7.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@types/node": "^22.14.0",
    "@types/react": "^18.3.0",
    "@types/semver": "^7.7.0",
    "eslint": "^9.23.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "prettier": "^3.5.3",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.29.0"
  },
  "scripts": {
    "fix-imports": "node fix-imports.js",
    "build": "pnpm fix-imports && tsc",
    "dev": "tsc --watch",
    "lint": "eslint ./src --ext .ts,.tsx",
    "start": "node dist/cli.js",
    "test": "echo \"Error: no test specified... moep moep\" && exit 1",
    "check-types": "tsc --noEmit"
  }
}