react-tesna-utils
Version:
A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.
70 lines (69 loc) • 1.71 kB
JSON
{
"name": "react-tesna-utils",
"version": "1.2.2",
"description": "A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"prepare": "npm run build"
},
"keywords": [
"utility-library",
"data-manipulation",
"clipboard",
"text-truncation",
"comparison-functions",
"validation",
"javascript-utilities",
"typescript-utilities",
"modern-web-development",
"custom-hooks",
"array-handling",
"string-manipulation",
"json-utilities",
"react-hooks",
"regex-validation",
"clipboard-api",
"nodejs-utilities",
"react-tesna-utils"
],
"repository": {
"type": "git",
"url": "https://github.com/masoud-Tesna/react-tesna-utils"
},
"author": "Masoud bayat",
"license": "MIT",
"engines": {
"node": ">=16"
},
"peerDependencies": {
"react": "^18 || ^19"
},
"dependencies": {
"lodash.isempty": "^4.4.0",
"lodash.size": "^4.2.0",
"lodash.xorwith": "^4.5.0",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^20.14.11",
"@types/react": "^18.3.12",
"eslint": "^9.1.1",
"typescript": "5.2.2"
}
}