UNPKG

camote-utils

Version:

A comprehensive TypeScript utility library featuring advanced string and number formatting, data structures, and algorithms

54 lines (53 loc) 1.39 kB
{ "name": "camote-utils", "version": "1.1.86", "description": "A comprehensive TypeScript utility library featuring advanced string and number formatting, data structures, and algorithms", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/dev-rhynel/camote-utils.git" }, "bugs": { "url": "https://github.com/dev-rhynel/camote-utils/issues" }, "homepage": "https://github.com/dev-rhynel/camote-utils#readme", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm test && npm run build" }, "keywords": [ "algorithms", "typescript", "data-structures", "formatting", "utilities", "string-formatting", "number-formatting", "text-manipulation", "currency-formatting", "file-size-formatting", "camote", "camote-utils" ], "author": "Rhynel", "license": "MIT", "private": false, "sponsor": { "name": "Rhynel ❤️", "url": "https://buymeacoffee.com/rhynel" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }