{
  "name": "illoet",
  "description": "A collection of shared utilities for the ArchId Network",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "clean": "node scripts/clean.mjs",
    "lint": "eslint packages --ext mjs,js,ts,tsx --fix",
    "format": "prettier --write \"packages/**/{src,tests,scripts}/**/*.{mjs,ts,js}\"",
    "test": "vitest run",
    "build": "turbo run build",
    "typecheck": "tsc -p tsconfig.eslint.json",
    "postinstall": "husky install .github/husky",
    "check-update": "turbo run check-update"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@favware/cliff-jumper": "^1.9.0",
    "@favware/npm-deprecate": "^1.0.7",
    "@sapphire/eslint-config": "^4.3.8",
    "@sapphire/prettier-config": "^1.4.4",
    "@sapphire/ts-config": "^3.3.4",
    "@swc/core": "^1.3.22",
    "@types/node": "^18.11.13",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.46.0",
    "@typescript-eslint/parser": "^5.46.0",
    "@vitest/coverage-c8": "^0.25.7",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.2",
    "lint-staged": "^13.1.0",
    "prettier": "^2.8.1",
    "pretty-quick": "^3.1.3",
    "tsup": "^6.5.0",
    "turbo": "^1.6.3",
    "typescript": "^4.9.4",
    "vite": "^4.0.0",
    "vitest": "^0.25.7"
  },
  "resolutions": {
    "ansi-regex": "^5.0.1",
    "minimist": "1.2.7"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "prettier": "@sapphire/prettier-config",
  "eslintConfig": {
    "extends": "@sapphire"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.3.0",
  "author": "KhalilThompson",
  "repository": {
    "type": "git",
    "url": "https://github.com/MabelRenner/illoet.git"
  },
  "homepage": "https://github.com/MabelRenner/illoet.git",
  "version": "1.7.1"
}
