{
  "name": "keep-func-props",
  "version": "7.1.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": "Wrap a function without changing its name and other properties",
  "keywords": [
    "function",
    "functional",
    "functional-programming",
    "wrapper",
    "name",
    "length",
    "properties",
    "functor",
    "mimic",
    "call",
    "typescript"
  ],
  "license": "MIT",
  "homepage": "https://www.github.com/ehmicky/keep-func-props",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/keep-func-props.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/keep-func-props/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src"
  },
  "dependencies": {
    "mimic-function": "^5.0.1"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.33",
    "@ehmicky/eslint-config": "^20.0.31",
    "@ehmicky/prettier-config": "^1.0.6",
    "sinon": "^20.0.0"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
