my-utils-kit
Version:
A lightweight and type-safe utility library for working with strings, objects, array Performance methods in TypeScript. Includes helpful methods for deep cloning, object transformations, safe access, query string handling, and more — designed for modern J
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "my-utils-kit",
"version": "1.3.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"utils",
"utility",
"typescript",
"javascript",
"helpers",
"utility-functions",
"utility-library",
"utility-toolkit",
"js-utils",
"ts-utils",
"string-manipulation",
"array-helpers",
"object-utilities",
"debounce",
"throttle",
"deep-clone",
"deep-merge",
"memoization",
"viewport-detection",
"screen-size",
"frontend",
"backend",
"web-development",
"nodejs",
"browser"
],
"type": "module",
"author": "Vinoth Madhavan",
"license": "MIT",
"description": "A lightweight and type-safe utility library for working with strings, objects, array Performance methods in TypeScript. Includes helpful methods for deep cloning, object transformations, safe access, query string handling, and more — designed for modern JavaScript/TypeScript projects",
"dependencies": {
"typescript": "^5.8.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Vmadhavan2310/my-utils-kit.git"
},
"bugs": {
"url": "https://github.com/Vmadhavan2310/my-utils-kit/issues"
},
"homepage": "https://github.com/Vmadhavan2310/my-utils-kit#readme"
}