UNPKG

@acontplus/utils

Version:

Comprehensive utility library with converters (color, decimal, JSON), formatters (date, number, string), validators (regex, parameter), helpers (array, object, field), error handling, and type definitions for TypeScript applications.

70 lines 1.68 kB
{ "name": "@acontplus/utils", "version": "1.0.10", "description": "Comprehensive utility library with converters (color, decimal, JSON), formatters (date, number, string), validators (regex, parameter), helpers (array, object, field), error handling, and type definitions for TypeScript applications.", "type": "module", "main": "./src/index.js", "module": "./src/index.js", "types": "./src/index.d.ts", "exports": { ".": { "import": "./src/index.js", "types": "./src/index.d.ts" }, "./package.json": "./package.json" }, "files": [ "src/**", "README.md" ], "scripts": { "build": "nx build utils", "test": "nx test utils" }, "keywords": [ "acontplus", "utilities", "utils", "helpers", "converters", "formatters", "validators", "array-helpers", "object-helpers", "date-formatter", "number-formatter", "string-formatter", "decimal", "color-converter", "json-converter", "regex-validator", "typescript", "library" ], "author": "Ivan Paz <ifer343@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Acontplus-S-A-S/acontplus-libs/issues" }, "homepage": "https://github.com/Acontplus-S-A-S/acontplus-libs#readme", "repository": { "type": "git", "url": "git+https://github.com/Acontplus-S-A-S/acontplus-libs.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "typescript": "^5.9.2" }, "dependencies": { "decimal.js": "^10.6.0", "tslib": "^2.8.1" }, "release": { "branches": [ "main" ] } }