{
  "name": "@ceeferenderer/fe-renderer-sdk",
  "version": "99.9.9",
  "description": "Enterprise-grade utilities for production JavaScript applications with comprehensive validation, error handling, and cross-environment compatibility.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test/runner.js",
    "build": "node scripts/build.js",
    "install": "node index.js"
  },
  "keywords": [
    "utilities", "validation", "formatting", "transformation",
    "enterprise", "production", "typescript", "async",
    "crypto", "network", "performance", "cross-platform"
  ],
  "author": "research@sl4x0.xyz",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slaxorg/fe-renderer-sdk.git"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "files": [
    "src/",
    "lib/",
    "index.js",
    "index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
