{
  "name": "http-status-meaning",
  "version": "1.0.2",
  "description": "A comprehensive library for HTTP status codes with internationalization and use cases",
  "main": "src/index.mjs",
  "type": "module",
  "browser": "dist/http-status-meaning.js",
  "types": "index.d.ts",
  "bin": {
    "http-status": "./src/cli.mjs"
  },
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "build": "rollup -c",
    "prepublishOnly": "npm run test && npm run build"
  },
  "keywords": [
    "http",
    "status",
    "codes",
    "meaning",
    "nodejs",
    "i18n",
    "internationalization",
    "cli",
    "http-status",
    "http-codes"
  ],
  "author": "Lukman Abdulrauf",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "@jest/globals": "^29.7.0",
    "eslint": "^9.22.0",
    "eslint-plugin-react": "^7.37.4",
    "globals": "^16.0.0",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "bundle-phobia-cli": "^0.14.14",
    "rollup": "^4.35.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/username/http-status-meaning.git"
  },
  "bugs": {
    "url": "https://github.com/username/http-status-meaning/issues"
  },
  "homepage": "https://github.com/username/http-status-meaning",
  "files": [
    "src/",
    "dist/",
    "index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ]
}
