{
  "name": "link-and-tink",
  "version": "1.0.17",
  "description": "oclif example Hello World CLI",
  "author": "chetzof @chetzof",
  "bin": {
    "link-and-tink": "./bin/run",
    "lnt": "./bin/run"
  },
  "prettier": "chetzof-lint-config/prettier/.prettierrc.js",
  "homepage": "https://github.com/chetzof/link-and-tink",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": "chetzof/link-and-tink",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@npmcli/arborist": "^6.1.5",
    "@oclif/core": "^1.23.0",
    "@oclif/plugin-autocomplete": "^1.3.8",
    "@oclif/plugin-help": "^5",
    "@oclif/plugin-not-found": "^2.3.11",
    "@oclif/plugin-warn-if-update-available": "^2.0.17",
    "chalk": "5.2.0",
    "chokidar": "^3.5.3",
    "fs-extra": "^11.1.0",
    "fs-jetpack": "^5.1.0",
    "listr2": "^5.0.6",
    "log-symbols": "5.1.0",
    "node-notifier": "^10.0.1",
    "npm-packlist": "^7.0.4",
    "promisify-child-process": "^4.1.1",
    "tsconfig-paths": "^4.1.1",
    "zod": "^3.20.2"
  },
  "devDependencies": {
    "@types/chai": "^4",
    "@types/chokidar": "^2.1.3",
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.14.191",
    "@types/node": "^18.11.18",
    "@types/node-notifier": "^8.0.2",
    "@types/npm-packlist": "^3.0.0",
    "@types/npmcli__arborist": "^5.6.0",
    "chetzof-lint-config": "^1.0.9",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.3",
    "eslint-define-config": "^1.12.0",
    "husky": "^8.0.2",
    "lodash": "^4.17.21",
    "oclif": "^3",
    "semantic-release": "^19.0.5",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.2",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4",
    "vite-tsconfig-paths": "^4.0.3",
    "vitest": "0.26.2",
    "vitest-mock-process": "^1.0.4"
  },
  "oclif": {
    "bin": "linktink",
    "dirname": "linktink",
    "default": "sync",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-warn-if-update-available",
      "@oclif/plugin-not-found"
    ]
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc && ls -la dist && tsc-alias",
    "watch": "tsc -w",
    "lint": "npm run lint:tsc && npm run lint:eslint",
    "fix": "npm run lint:prettier && npm run lint:eslint-fix",
    "fix:prettier": "prettier --write --ignore-unknown .",
    "fix:eslint": "NODE_ENV=production  eslint .  --fix",
    "lint:eslint": "NODE_ENV=production  eslint .",
    "lint:tsc": "tsc --noEmit",
    "postpack": "shx rm -f oclif.manifest.json",
    "prepack": "npm run build && oclif manifest && oclif readme",
    "test": "vitest",
    "version": "oclif readme && git add README.md",
    "prepare": "husky install",
    "semantic-release": "semantic-release"
  },
  "engines": {
    "node": ">=16"
  },
  "bugs": "https://github.com/chetzof/linktink/issues",
  "keywords": [
    "oclif"
  ],
  "types": "dist/index.d.ts",
  "release": {
    "branches": [
      "main"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
