UNPKG

hd-utils

Version:

A handy utils for modern JS developers

65 lines 1.43 kB
{ "version": "1.2.8", "license": "MIT", "description": "A handy utils for modern JS developers", "sideEffects": false, "files": [ "lib/" ], "types": "lib/index.d.ts", "main": "lib/index.js", "engines": { "node": ">=10" }, "scripts": { "build": "tsc", "build:20": "tsc src/index.ts --declaration --target ES2020 -m ES2020 --outDir lib20 ", "build:es": "tsc -m esNext --outDir lib", "build:old": "tsc && yarn build:es && yarn run fix", "fix": "fix-esm-import-path lib/index.js", "docs": "npx typedoc src/index.ts" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "hd-utils", "author": "AhmadHddad", "keywords": [ "utils", "@h/utils", "hddad-utils", "@h", "hd-utils", "hUtils", "hd", "hdutils", "hdUtils", "h-utils", "hd-utils", "js", "stringUtils", "arrayUtils", "Mui", "AhmadHddad", "Hddad", "H", "map", "lodash" ], "repository": "https://github.com/AhmadHddad/h-utils", "bugs": "https://github.com/AhmadHddad/h-utils/issues", "devDependencies": { "@types/node": "^22.15.3", "agadoo": "^3.0.0", "esbuild": "^0.25.3", "fix-esm-import-path": "^1.10.1", "tsc": "^2.0.4", "tslib": "^2.8.1", "typedoc": "^0.28.3", "typedoc-plugin-markdown": "4.6.3", "typescript": "^5.8.3" } }