{
  "name": "ghazipurjs",
  "version": "1.0.0",
  "description": "An intentionally overengineered JavaScript library that makes simple tasks unnecessarily complex while maintaining a hostile attitude towards its users. Not recommended for production use unless you enjoy pain.",
  "main": "dist/index.js",
  "keywords": [
    "overengineering",
    "complexity",
    "absurd",
    "hostile",
    "unfriendly",
    "not-recommended"
  ],
  "author": "Someone Who Clearly Has Too Much Time",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "typescript": ">=4.5.0"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "test": "jest --config jest.config.js",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "precommit": "npm run lint && npm run test",
    "postinstall": "node scripts/validate-dependencies.js"
  }
}