{
  "name": "@vvlad1973/utils",
  "version": "5.1.1",
  "description": "TypeScript utility library with various helpers",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.js.map",
    "!dist/**/*.test.*",
    "!dist/__test__"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "npx vitest",
    "test:coverage": "npx vitest run --coverage",
    "type-check": "tsc --noEmit",
    "docs": "typedoc",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "utilities",
    "typescript",
    "helpers",
    "datetime",
    "strings",
    "async",
    "objects"
  ],
  "author": "Vlad Vnukovskiy <vvlad1973@gmail.com>",
  "license": "MIT with Commercial Use",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vvlad1973/utilities.git"
  },
  "bugs": {
    "url": "https://github.com/vvlad1973/utilities/issues"
  },
  "homepage": "https://github.com/vvlad1973/utilities#readme",
  "dependencies": {
    "comment-json": "^4.5.0",
    "luxon": "^3.7.2",
    "minimatch": "^9.0.5",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@types/luxon": "^3.7.1",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^25.0.3",
    "@vitest/coverage-v8": "^4.0.16",
    "@vvlad1973/gen-changelog": "^1.1.5",
    "typedoc": "^0.28.15",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  }
}
