{
  "name": "@whoj/utils",
  "description": "All collection of common JS / TS helpers/utils by @whoj",
  "version": "2.4.0",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "typescript",
    "ts",
    "starter"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "types": "./dist/index.d.ts"
    },
    "./core": {
      "import": {
        "types": "./dist/core.d.mts",
        "default": "./dist/core.mjs"
      },
      "require": {
        "types": "./dist/core.d.cts",
        "default": "./dist/core.cjs"
      },
      "types": "./dist/core.d.ts"
    },
    "./vue": {
      "import": {
        "types": "./dist/vue.d.mts",
        "default": "./dist/vue.mjs"
      },
      "require": {
        "types": "./dist/vue.d.cts",
        "default": "./dist/vue.cjs"
      },
      "types": "./dist/vue.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "iife": "./dist/index.global.js",
  "unpkg": "./dist/index.global.js",
  "jsdelivr": "./dist/index.global.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@whoj/utils-types": "2.4.0",
    "@whoj/utils-core": "2.4.0",
    "@whoj/utils-vue": "2.4.0"
  },
  "author": {
    "name": "Jonson B.",
    "email": "www.jbc.bd@gmail.com",
    "url": "https://who-jonson.github.io"
  },
  "homepage": "https://github.com/who-jonson/utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/who-jonson/utils.git",
    "directory": "packages/all"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "bugs": "https://github.com/who-jonson/utils/issues",
  "sideEffects": false,
  "scripts": {
    "build": "rollup --config ../../rollup.config.js",
    "stub": "unbuild --stub",
    "typecheck": "tsc --noEmit"
  }
}