{
  "name": "@hydrophobefireman/j-utils",
  "version": "2.1.10",
  "description": "Javascript utility functions and shims",
  "main": "@build/j-utils.modern.mjs",
  "author": "Hydrophobefireman",
  "license": "ISC",
  "sideEffects": false,
  "module": "@build/j-utils.modern.mjs",
  "types": "@build/index.d.ts",
  "scripts": {
    "build": "microbundle src/index.ts -o ./@build -f modern --target web --raw true  --tsconfig tsconfig.json"
  },
  "devDependencies": {
    "microbundle": "^0.15.0",
    "typescript": "^4.6.4"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hydrophobefireman/js-code.git"
  },
  "keywords": [
    "javascript",
    "polyfill",
    "shim",
    "Maps",
    "Sets",
    "Weak",
    "es6"
  ],
  "bugs": {
    "url": "https://github.com/Hydrophobefireman/js-code/issues"
  },
  "homepage": "https://github.com/Hydrophobefireman/js-code#readme"
}
