{
  "name": "@hyoretsu/utils",
  "description": "A collection of utility functions that I use in my projects.",
  "version": "1.10.1",
  "keywords": [],
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "bugs": {
    "url": "https://github.com/hyoretsu/npm-packages/issues",
    "email": "hyoretsu@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hyoretsu/npm-packages.git"
  },
  "license": "MIT",
  "author": {
    "name": "Aran Leite",
    "email": "hyoretsu@gmail.com",
    "url": "https://www.linkedin.com/in/aranleite"
  },
  "devDependencies": {
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.33"
  },
  "scripts": {
    "prepublish": "tsup"
  }
}