{
  "name": "h3lp",
  "version": "5.0.0",
  "description": "Helper for nodeJs",
  "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",
  "license": "Apache-2.0 License",
  "main": "index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/data7expressions/h3lp#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/data7expressions/data7expressions.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "undici-types": "^6.19.2"
  },
  "scripts": {
    "test": "npx jest --config jest-unit-config.json"
  },
  "keywords": [
    "helper",
    "help"
  ],
  "tags": [
    "helper",
    "help"
  ]
}