{
  "name": "@dwidge/node-common",
  "version": "1.0.17",
  "description": "Useful functions for NodeJS.",
  "author": "DWJ",
  "license": "BSL-1.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwidge/node-common.git"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "axios": "^1.7.7",
    "cronstrue": "^2.50.0",
    "date-fns": "^4.1.0",
    "glob": "^11.0.0",
    "map-keys-deep": "^0.0.2",
    "map-values-deep": "^1.0.2",
    "node-schedule": "^2.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "ncp": "^2.0.0",
    "prettier-plugin-jsdoc": "^1.3.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node --test --test-name-pattern"
  }
}