{
  "name": "ms-ts",
  "version": "1.0.0",
  "description": "ms as a TypeScript type.",
  "keywords": [
    "ms",
    "millisecond",
    "milliseconds"
  ],
  "homepage": "https://github.com/andreww2012/ms-ts",
  "bugs": {
    "url": "https://github.com/andreww2012/ms-ts/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreww2012/ms-ts.git"
  },
  "license": "MIT",
  "author": "andreww2012",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "THIRD_PARTY_NOTICES.md"
  ],
  "devDependencies": {
    "@antfu/ni": "30.1.0",
    "@arethetypeswrong/cli": "0.18.2",
    "@changesets/cli": "2.31.0",
    "@commitlint/cli": "20.5.2",
    "@commitlint/config-conventional": "20.5.0",
    "@commitlint/types": "20.5.0",
    "@e18e/eslint-plugin": "0.3.0",
    "@eslint/config-inspector": "2.0.0",
    "@types/node": "22.19.17",
    "@typescript/native-preview": "7.0.0-dev.20260424.2",
    "@vitest/coverage-v8": "4.1.5",
    "@vitest/eslint-plugin": "1.6.16",
    "@vitest/ui": "4.1.5",
    "all-contributors-cli": "6.26.1",
    "cspell": "10.0.0",
    "eslint": "10.2.1",
    "eslint-config-un": "1.0.0-beta.8",
    "eslint-plugin-github-action": "0.2.0",
    "eslint-plugin-lockfile": "1.1.0",
    "eslint-plugin-sentences-per-line": "0.1.2",
    "knip": "6.7.0",
    "lefthook": "2.1.6",
    "npm-check-updates": "22.0.1",
    "prettier": "3.8.3",
    "publint": "0.3.18",
    "semver": "7.7.4",
    "ts-arithmetic": "0.1.1",
    "tsdown": "0.21.10",
    "type-fest": "5.6.0",
    "typescript": "6.0.3",
    "vitest": "4.1.5"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "contrib:add": "all-contributors add",
    "contrib:gen": "all-contributors generate",
    "u": "ncu",
    "u:m": "ncu -t minor",
    "u:pm": "ncu --dep packageManager",
    "deps:audit": "pnpm audit --audit-level high",
    "deps:dedupe-check": "pnpm dedupe --check",
    "spellcheck": "cspell --no-progress --no-summary .",
    "format:check": "prettier --check . --log-level warn",
    "format:fix": "prettier --write . --log-level warn",
    "eslint:inspect": "eslint-config-inspector --open false",
    "lint:eslint": "eslint --cache --concurrency auto",
    "lint:types": "tsc --noEmit",
    "lint:types:go": "tsgo --noEmit",
    "lint:public-types": "attw --pack . --profile esm-only",
    "lint:publint": "publint --strict",
    "lint": "nr format:check && nr lint:types:go && nr lint:eslint",
    "lint:fix": "nr format:fix && nr lint:eslint:fix",
    "knip": "knip --no-progress",
    "t": "vitest",
    "t:ui": "vitest --ui",
    "t:cov": "vitest --coverage",
    "test:vitest": "nr t run",
    "test:vitest:cov": "nr t:cov run",
    "test:common": "nr knip && nr spellcheck && nr lint && nr test:vitest:cov",
    "test": "nr deps:audit && nr test:common",
    "build": "tsdown --clean",
    "ch": "npx changeset add --message \"___REPLACE_ME___\"",
    "release": "changeset publish"
  }
}