{
  "name": "time-resolution",
  "version": "3.0.1",
  "type": "module",
  "exports": {
    "types": "./build/src/main.d.ts",
    "default": "./build/src/main.js"
  },
  "main": "./build/src/main.js",
  "types": "./build/src/main.d.ts",
  "files": [
    "build/src/**/*.{js,json,d.ts}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "gulp test"
  },
  "description": "Find the process's time resolution",
  "keywords": [
    "browsers",
    "data-now",
    "date",
    "hrtime",
    "javascript",
    "library",
    "microseconds",
    "milliseconds",
    "nanosecond-resolution",
    "nanoseconds",
    "nodejs",
    "performance",
    "performance-analysis",
    "performance-metrics",
    "performance-monitoring",
    "performance-testing",
    "performance-tuning",
    "resolution",
    "seconds",
    "typescript"
  ],
  "license": "MIT",
  "homepage": "https://www.github.com/ehmicky/time-resolution",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/time-resolution.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/time-resolution/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src"
  },
  "dependencies": {
    "precise-now": "^3.0.1"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.33",
    "@ehmicky/eslint-config": "^20.0.31",
    "@ehmicky/prettier-config": "^1.0.6"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
