{
  "name": "helpers-fn",
  "scripts": {
    "dev": "vitest src/log/log.spec.js -u",
    "test": "vitest"
  },
  "typings": "typings.d.ts",
  "main": "src/index.js",
  "version": "2.1.1",
  "dependencies": {
    "boxen": "8.0.1",
    "cfonts": "3.3.1",
    "chalk": "5.6.2",
    "env-fn": "2.2.0",
    "fdir": "6.5.0",
    "fs-extra": "11.3.2",
    "gradient-string": "3.0.0",
    "log-symbols": "7.0.1",
    "node-os-utils": "2.0.1",
    "q-i": "2.0.1",
    "rambdax": "11.3.1",
    "string-fn": "3.6.3"
  },
  "devDependencies": {
    "@types/node": "24.10.1",
    "lodash": "4.17.21",
    "ramda": "0.32.0",
    "vitest": "4.0.14"
  },
  "jest": {
    "setupFiles": [
      "jest-localstorage-mock"
    ]
  },
  "repository": "https://github.com/selfrefactor/services/tree/master/packages/helpers-fn",
  "license": "MIT",
  "author": "Dejan Toteff <deyan8284@gmail.com>",
  "commitMessage": {
    "feature": [
      "improve",
      "method",
      "log"
    ],
    "fix": [
      "method",
      "silly"
    ],
    "workInProgress": ""
  }
}
