{
  "name": "ts-browser-helpers",
  "version": "0.20.0",
  "description": "A collection of utility classes, functions and decorators for javascript/typescript projects, for use in the browser.",
  "main": "dist/bundle.esm.js",
  "module": "dist/bundle.esm.js",
  "browser": "dist/bundle.umd.js",
  "types": "dist/index.d.ts",
  "sources": "src/index.ts",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/bundle.esm.js",
      "types": "./dist/index.d.ts",
      "require": "./dist/bundle.umd.js"
    },
    "./src/": {
      "import": "./src/",
      "require": "./src/"
    },
    "./dist/": {
      "import": "./dist/",
      "require": "./dist/"
    }
  },
  "files": [
    "dist",
    "src",
    "docs",
    "tsconfig.json"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/repalash/ts-browser-helpers.git"
  },
  "keywords": [
    "typescript",
    "util",
    "browser",
    "esm",
    "reflection",
    "object",
    "dom",
    "encryption",
    "svg",
    "canvas"
  ],
  "author": "repalash <palash@shaders.app>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/repalash/ts-browser-helpers/issues"
  },
  "homepage": "https://github.com/repalash/ts-browser-helpers#readme",
  "dependencies": {
    "@types/wicg-file-system-access": "^2020.9.5"
  },
  "browserslist": [
    "defaults"
  ],
  "engines": {
    "node": ">=22.0.0"
  }
}
