{
  "name": "@navinc/utils",
  "version": "10.1.4",
  "engines": {
    "node": ">=22"
  },
  "description": "Nav's Utilities Library",
  "type": "module",
  "files": [
    "dist/"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@git.nav.com:frontend/nav-website.git"
  },
  "homepage": "https://git.nav.com/frontend/nav-website/-/tree/main/packages/utils",
  "author": "Liz Bachman <lbachman@nav.com>",
  "contributors": [
    "Karen Posada <kposada@nav.com>",
    "Cory Brown <cory@nav.com>"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "change-case": "^5.4.4",
    "classnames": "^2.5.1",
    "cors": "^2.8.5",
    "date-fns": "^4.1.0",
    "js-cookie": "^3.0.5",
    "jwt-decode": "^3.1.2",
    "title-case": "^4.3.2",
    "vanilla-masker": "^1.2.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/facebook-pixel": "^0.0.24",
    "@types/js-cookie": "^3.0.6",
    "@types/jsonwebtoken": "^9.0.9",
    "@types/vanilla-masker": "^1.2.4",
    "@vitest/coverage-v8": "^3.1.3",
    "depcheck": "^1.4.7",
    "eslint-plugin-vitest": "^0.5.4",
    "happy-dom": "^17.4.4",
    "jsonwebtoken": "^9.0.2",
    "typescript": "^5.8.3",
    "vitest": "^3.1.3",
    "@navinc/eslint-packages-shared": "0.0.1"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc --project ./tsconfig.build.json --outDir ./dist",
    "test": "vitest --run",
    "test:pre-push": "pnpm run test --changed --silent",
    "test:ci": "pnpm run test --coverage --silent",
    "lint": "eslint --color ./src",
    "lint:ci": "pnpm run lint --quiet",
    "lint:fix": "pnpm run lint --fix",
    "test:all": "pnpm run test && pnpm run lint && pnpm audit",
    "check-types": "tsc --noEmit",
    "depcheck": "depcheck"
  }
}