{
  "name": "@flex-development/dtag",
  "description": "Distribution tag lookup utility",
  "version": "2.0.0",
  "keywords": [
    "dist-tag",
    "typescript"
  ],
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/flex-development/dtag",
  "repository": {
    "type": "git",
    "url": "https://github.com/flex-development/dtag.git"
  },
  "bugs": {
    "url": "https://github.com/flex-development/dtag/issues"
  },
  "author": {
    "name": "Lexus Drumgold",
    "url": "https://github.com/unicornware"
  },
  "publishConfig": {
    "access": "public",
    "directory": "./"
  },
  "files": [
    "dist",
    "src"
  ],
  "bin": "./dist/cli.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./flags": {
      "types": "./dist/flags.d.ts",
      "import": "./dist/flags.mjs",
      "require": "./dist/flags.cjs"
    },
    "./options": {
      "types": "./dist/options.d.ts",
      "import": "./dist/options.mjs",
      "require": "./dist/options.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "unbuild",
    "check:ci": "yarn fix:cg && yarn check:spelling && yarn check:types && yarn test && NODE_ENV=production yarn pack -o %s-%v.tgz && yarn clean:pack",
    "check:format": "prettier --check .",
    "check:lint": "eslint --cache --exit-on-fatal-error --ext cjs,cts,json,md,mjs,ts,yml --max-warnings 0 .",
    "check:spelling": "cspell lint --color --no-progress --relative $@ \"**\"",
    "check:types": "NODE_OPTIONS='--es-module-specifier-resolution=node --loader=./loader' tsc -p tsconfig.json",
    "check:upgrades": "yarn upgrade-interactive",
    "clean:build": "trash ./{dist,*.tgz}",
    "clean:modules": "trash ./.yarn/{cache,*.gz} ./node_modules",
    "clean:pack": "trash ./*.tgz",
    "clean:test": "trash ./coverage",
    "conventional-changelog": "ts-node ./node_modules/.bin/conventional-changelog -n ./changelog.config.cts",
    "dtag": "ts-node src/cli",
    "fix:cg": "yarn fix:format && yarn fix:lint",
    "fix:dedupe": "yarn dedupe --strategy=highest",
    "fix:format": "prettier --write .",
    "fix:lint": "yarn check:lint --fix",
    "_postinstall": "chmod +x .husky/* && husky install",
    "postpack": "toggle-scripts +postinstall",
    "postpublish": "toggle-scripts +prepack",
    "prepack": "toggle-scripts -postinstall && yarn build",
    "prepublishOnly": "toggle-scripts -prepack",
    "release": "bash ./scripts/release.sh",
    "test": "NODE_ENV=test ts-node ./node_modules/.bin/vitest run",
    "test:cov": "yarn test --coverage",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@commitlint/cli": "17.0.3",
    "@commitlint/config-conventional": "17.0.3",
    "@commitlint/types": "17.0.0",
    "@faker-js/faker": "7.3.0",
    "@flex-development/tutils": "5.0.0-dev.1",
    "@jsdevtools/chai-exec": "2.1.1",
    "@types/chai": "4.3.1",
    "@types/conventional-changelog": "3.1.1",
    "@types/conventional-changelog-config-spec": "2.1.1",
    "@types/conventional-changelog-writer": "4.0.1",
    "@types/conventional-commits-parser": "3.0.2",
    "@types/dateformat": "5.0.0",
    "@types/eslint": "8.4.5",
    "@types/git-raw-commits": "2.0.1",
    "@types/is-ci": "3.0.0",
    "@types/node-notifier": "8.0.2",
    "@types/prettier": "2.7.0",
    "@typescript-eslint/eslint-plugin": "5.32.0",
    "@typescript-eslint/parser": "5.32.0",
    "@vates/toggle-scripts": "1.0.0",
    "@vitest/ui": "0.21.0",
    "c8": "7.12.0",
    "chai": "4.3.6",
    "conventional-changelog-cli": "2.2.2",
    "cspell": "6.5.0",
    "eslint": "8.21.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-chai-expect": "3.0.0",
    "eslint-plugin-jest-formatting": "3.1.0",
    "eslint-plugin-jsdoc": "39.3.4",
    "eslint-plugin-jsonc": "2.3.1",
    "eslint-plugin-markdown": "3.0.0",
    "eslint-plugin-markdownlint": "0.4.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-promise": "6.0.0",
    "eslint-plugin-react": "7.30.1",
    "eslint-plugin-unicorn": "43.0.2",
    "eslint-plugin-yml": "1.1.0",
    "growl": "1.10.5",
    "husky": "8.0.1",
    "is-ci": "3.0.1",
    "jsonc-eslint-parser": "2.1.0",
    "lint-staged": "13.0.3",
    "node-notifier": "10.0.1",
    "prettier": "2.7.1",
    "prettier-plugin-sh": "0.12.8",
    "pretty-format": "28.1.3",
    "resolve-tspaths": "0.7.4",
    "sade": "1.8.1",
    "trash-cli": "5.0.0",
    "ts-dedent": "2.2.0",
    "ts-node": "10.9.1",
    "tsconfig": "7.0.0",
    "tsconfig-paths": "4.0.0",
    "unbuild": "0.7.6",
    "version-bump-prompt": "6.1.0",
    "vite-tsconfig-paths": "3.5.0",
    "vitest": "0.21.0",
    "vitest-github-actions-reporter": "0.8.1",
    "yaml-eslint-parser": "1.1.0"
  },
  "resolutions": {
    "mkdist": "patch:mkdist@npm:0.3.13#.yarn/patches/mkdist-npm-0.3.13-c41cf41c68.patch",
    "typescript": "4.8.0-beta",
    "vite": "3.0.4"
  },
  "packageManager": "yarn@4.0.0-rc.14",
  "readme": "README.md"
}