{
  "name": "typeswiss",
  "version": "0.2.5",
  "description": "placeholder for things to come",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/bengry/typeswiss"
  },
  "license": "MIT",
  "author": "Ben Grynhaus <me@bengr.dev>",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./*": {
      "require": "./dist/*/index.js",
      "import": "./dist/*/index.mjs",
      "types": "./dist/*/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "commit": "cz",
    "dev": "concurrently \"yarn build --watch\" \"yarn test:watch\"",
    "lint": "concurrently \"yarn lint:eslint\" \"yarn lint:format\" \"yarn lint:type-check\"",
    "lint:eslint": "eslint --cache --ignore-path .gitignore \"src/**/*.+(ts|js)\"",
    "lint:fix": "yarn lint --fix && prettier --write .",
    "lint:format": "prettier --check .",
    "lint:type-check": "tsc --noEmit",
    "prepare": "husky install",
    "release": "yarn build && node ./node_modules/.bin/release-it",
    "test": "vitest run --passWithNoTests",
    "test:ci": "yarn test",
    "test:coverage": "yarn test --coverage",
    "test:watch": "vitest"
  },
  "husky": {
    "hooks": {
      "prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@ryansonshine/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "type-fest": "^3.10.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@ryansonshine/commitizen": "^4.2.8",
    "@ryansonshine/cz-conventional-changelog": "^3.3.4",
    "@types/eslint": "^8.37.0",
    "@types/node": "^18.16.13",
    "@typescript-eslint/eslint-plugin": "^5.59.6",
    "@typescript-eslint/parser": "^5.59.6",
    "@vitest/coverage-c8": "^0.31.1",
    "concurrently": "^8.0.1",
    "eslint": "^8.40.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-no-only-tests": "^3.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-unicorn": "^47.0.0",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "prettier": "^2.8.8",
    "prettier-plugin-packagejson": "2.4.3",
    "release-it": "^15.10.3",
    "rimraf": "^5.0.1",
    "tsup": "^6.7.0",
    "type-fest": "^3.10.0",
    "typescript": "^5.0.4",
    "vitest": "^0.31.1",
    "yalc": "^1.0.0-pre.53"
  },
  "packageManager": "yarn@3.5.1",
  "engines": {
    "node": ">=14.0.0"
  }
}
