{
  "name": "@gravity-ui/date-utils",
  "version": "2.7.0",
  "description": "Gravity UI date helpers",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/gravity-ui/date-utils"
  },
  "license": "MIT",
  "scripts": {
    "build": "rm -rf build && tsc -p tsconfig.publish.json",
    "lint": "npm run lint:js && npm run lint:other",
    "lint:js": "eslint --ext .ts,.js .",
    "lint:other": "npm run prettier -- --check",
    "prettier": "prettier '**/*.{md,yaml,yml,json}'",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run lint && npm run test && npm run build",
    "updateLocales": "node scripts/updateLocales.js",
    "prepare": "husky",
    "docs:deps": "cd ./docs && npm ci",
    "docs:dev": "cd ./docs && npm run docs:dev",
    "docs:build": "cd ./docs && npm run docs:build"
  },
  "files": [
    "build"
  ],
  "devDependencies": {
    "@commitlint/cli": "^20.4.1",
    "@commitlint/config-conventional": "^20.4.1",
    "@gravity-ui/eslint-config": "^4.2.0",
    "@gravity-ui/prettier-config": "^1.1.0",
    "@gravity-ui/tsconfig": "^1.0.0",
    "@types/jest": "^29.5.12",
    "eslint": "^9.39.2",
    "globals": "^17.3.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "mockdate": "^3.0.5",
    "nano-staged": "^0.8.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.2.4",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "dayjs": "1.11.10"
  },
  "nano-staged": {
    "*.{js,ts}": [
      "eslint --fix --quiet"
    ],
    "*.{md,yaml,yml,json}": [
      "prettier --write"
    ]
  }
}
