{
  "name": "@okzgn/estructura-js",
  "version": "1.19.0",
  "description": "A lightweight dependency-free JavaScript framework that lets you assign functions to be automatically attached to custom or extended data types, based on one or multiple arguments.",
  "main": "./dist/estructura.umd.js",
  "module": "./dist/estructura.esm.mjs",
  "exports": {
    ".": {
      "import": "./dist/estructura.esm.mjs",
      "require": "./dist/estructura.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest"
  },
  "author": "OKZGN",
  "license": "MIT",
  "homepage": "https://github.com/okzgn/estructura#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/okzgn/estructura.git"
  },
  "bugs": {
    "url": "https://github.com/okzgn/estructura/issues"
  },
  "keywords": [
    "functions-dispatch",
    "multiple-dispatch",
    "polymorphism",
    "data-types",
    "lightweight",
    "zero-dependencies"
  ],
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
