{
  "name": "hobby-by-category",
  "version": "1.0.1",
  "main": "./dist/index.js",
  "description": "A comprehensive, type-safe list of hobbies organized by categories.",
  "description-cont.": "Perfect for forms, recommendation systems, and hobby discovery apps.",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "hobbies",
    "categories",
    "ahoiza-technologies",
    "therealMAO247"
  ],
  "author": "Michael Anan Onimisi <247@therealMAO.com>",
  "company": "Ahoiza Technologies <support@ahoizatechologies.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/therealMAO247/hobby-by-category"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.15.17",
    "typescript": "^5.8.3"
  },
  "homepage": "https://github.com/therealMAO247/hobby-by-category"
}
