{
  "name": "leetcode-tools",
  "version": "1.14.5",
  "packageManager": "pnpm@7.1.7",
  "description": "A cli tool to enjoy leetcode!",
  "bin": {
    "lc": "dist/index.js"
  },
  "files": [
    "assets/",
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dup4/leetcode-tools.git"
  },
  "keywords": [
    "leetcode",
    "tools",
    "cli"
  ],
  "author": "Dup4",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Dup4/leetcode-tools/issues"
  },
  "homepage": "https://github.com/Dup4/leetcode-tools#readme",
  "scripts": {
    "lc": "node ./dist",
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "dev": "ts-node ./src",
    "lint": "run-p lint:*",
    "lint:build": "tsc --noEmit",
    "lint:eslint": "eslint .",
    "lint:style": "prettier --check src/*.ts",
    "format": "run-p format:*",
    "format:eslint": "eslint --fix .",
    "format:style": "prettier --write src/*.ts",
    "test": "vitest",
    "prepublishOnly": "npm run build",
    "release": "bumpp --commit --push --tag"
  },
  "dependencies": {
    "chalk": "4.1.0",
    "commander": "^9.2.0",
    "dotenv": "^16.0.0",
    "js-yaml": "^4.1.0",
    "leetcode-api-typescript": "^1.12.2",
    "shelljs": "^0.8.5"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/js-yaml": "^4.0.5",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.27",
    "@types/shelljs": "^0.8.11",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "bumpp": "^7.1.1",
    "class-validator": "^0.13.2",
    "eslint": "^8.14.0",
    "eslint-config-google": "^0.14.0",
    "npm-run-all": "^4.1.5",
    "pnpm": "^7.1.7",
    "prettier": "^2.6.2",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3",
    "typescript-transform-paths": "^3.3.1",
    "vitest": "^0.13.0"
  }
}
