@ahmetilhn/handy-utils
Version:
Handy utils offers developers a powerful and easy-to-use toolset. With its clean, modular and scalable code structure, it accelerates development processes and reduces code complexity. With a wide range of functions, it offers ready-made methods for solvi
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "@ahmetilhn/handy-utils",
"version": "3.2.3",
"description": "Handy utils offers developers a powerful and easy-to-use toolset. With its clean, modular and scalable code structure, it accelerates development processes and reduces code complexity. With a wide range of functions, it offers ready-made methods for solving common problems.",
"author": "Ahmet ilhan <ahmetilhan.dev@gmail.com>",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"publisher": "Ahmet ilhan",
"repository": "https://github.com/ahmetilhn/amigo-js.git",
"scripts": {
"build": "sh ./scripts/prod-build.sh",
"dev": "sh ./scripts/dev-build.sh",
"test": "jest"
},
"private": false,
"keywords": [
"javascript",
"utility",
"library",
"helpers",
"tools",
"functions",
"development",
"lodash",
"utils",
"isClient",
"isServer",
"isNumber",
"isDefined",
"isUndefined",
"isFunction",
"isArray",
"isObject",
"isDate",
"sleep"
],
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.21.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.7.0"
}
}