{
  "name": "@mdf.js/utils",
  "version": "1.6.0",
  "description": "MMS - API Core - Common utils tools",
  "keywords": [
    "NodeJS",
    "MMS",
    "API",
    "coerce",
    "escape",
    "retry",
    "validateError"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mytracontrol/mdf.js.git",
    "directory": "packages/api/utils"
  },
  "license": "MIT",
  "author": "Mytra Control S.L.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "yarn clean && tsc -p tsconfig.build.json",
    "check-dependencies": "npm-check",
    "clean": "rimraf \"{tsconfig.build.tsbuildinfo,dist}\"",
    "envDoc": "node ../../../.config/envDoc.mjs",
    "licenses": "license-checker --start ./ --production --csv --out ../../../licenses/api/utils/licenses.csv --customPath ../../../.config/customFormat.json",
    "mutants": "stryker run stryker.conf.js",
    "test": "jest --detectOpenHandles --config ./jest.config.js"
  },
  "dependencies": {
    "@mdf.js/crash": "1.6.0",
    "lodash": "^4.17.21",
    "tslib": "^2.8.1",
    "uuid": "^11.0.3"
  },
  "devDependencies": {
    "@mdf.js/repo-config": "1.6.0",
    "@types/lodash": "^4.17.13"
  },
  "engines": {
    "node": ">=16.14.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "69fa1d90956b9cc6724dd8034d9d1ccb3b13d206"
}
