{
  "name": "utilyx",
  "version": "1.0.11",
  "description": "Modern utility helper library for cleaner, faster TypeScript/JavaScript development 🚀🔧",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "utilities",
    "utility",
    "toolkit",
    "snippets",
    "javascript",
    "ts",
    "functions",
    "helpers",
    "common",
    "shared",
    "npm",
    "lightweight",
    "modular",
    "bundle",
    "core",
    "micro",
    "js-utils",
    "code-utils",
    "productivity"
  ],
  "author": "Nabeel Ahmad Khan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/NabeelAhmadK/utilyx.git"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "@types/node": "^24.0.1",
    "@types/react": "^18.2.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  }
}
