{
  "name": "@krutoo/utils",
  "type": "module",
  "version": "0.0.38",
  "description": "Set of useful utils for JavaScript/TypeScript projects",
  "author": "Dmitriy Petrov <dima.krutoo@yandex.ru>",
  "homepage": "https://krutoo.github.io/utils",
  "keywords": [
    "javascript",
    "typescript",
    "utils",
    "helpers",
    "math",
    "dom",
    "react",
    "rspack"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krutoo/utils.git"
  },
  "engines": {
    "node": ">=16"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@rspack/core": "^1.1.8 || ^2",
    "@svgr/webpack": "^8.1.0",
    "css-loader": "^7.1.2",
    "react": "^17 || ^18 || ^19",
    "react-dom": "^17 || ^18 || ^19"
  },
  "peerDependenciesMeta": {
    "@rspack/core": {
      "optional": true
    },
    "@svgr/webpack": {
      "optional": true
    },
    "css-loader": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "files": [
    "dist",
    "public",
    "README.md"
  ],
  "exports": {
    ".": "./dist/mod.js",
    "./di": "./dist/di/mod.js",
    "./dom": "./dist/dom/mod.js",
    "./math": "./dist/math/mod.js",
    "./misc": "./dist/misc/mod.js",
    "./react": "./dist/react/mod.js",
    "./router": "./dist/router/mod.js",
    "./rspack": "./dist/rspack/mod.js",
    "./store": "./dist/store/mod.js",
    "./testing": "./dist/testing/mod.js",
    "./types": "./dist/types/mod.js",
    "./typings/css": {
      "types": "./public/typings/css.d.ts"
    },
    "./typings/css-modules": {
      "types": "./public/typings/css-modules.d.ts"
    },
    "./typings/react-svg": {
      "types": "./public/typings/react-svg.d.ts"
    }
  }
}
