UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

50 lines (49 loc) 1.15 kB
{ "name": "@gecut/utilities", "version": "7.0.3", "type": "module", "description": "The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.", "keywords": [ "gecut", "utilities", "typescript", "performance", "optimization", "toolkit", "productivity", "fast", "efficient", "development" ], "author": { "name": "S. MohammadMahdi Zamanian", "email": "dev@mm25zamanain.ir", "url": "https://mm25zamanain.ir" }, "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/gecut/hybrid-core", "directory": "packages/utilities" }, "exports": { "./*.js": { "default": "./*.js", "types": "./*.d.ts" } }, "files": [ "**/*.{js,mjs,cjs,map,d.ts,html,md}" ], "dependencies": { "@gecut/types": "^7.0.3", "change-case": "^5.4.4" }, "devDependencies": { "@types/node": "^22.5.4" }, "gitHead": "94d30c3d5f6e460d6afba499ffabf195a90f3ee7" }