UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

42 lines 923 B
{ "name": "@techmely/utils", "version": "2.0.5", "description": "Collection of helpful JavaScript / TypeScript utils", "author": "Harry Tran <nhattq.coding@gmail.com>", "license": "MIT", "repository": "https://github.com/techmely/essential-packages/tree/dev/packages/utils", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "publishConfig": { "access": "public", "directory": "dist", "tag": "latest" }, "peerDependencies": { "dayjs": "^1.11.6" }, "peerDependenciesMeta": { "dayjs": { "optional": true } }, "optionalDependencies": { "nanoid": "^5.0.4" }, "funding": [ { "type": "ko-fi", "url": "https://ko-fi.com/harrytran998" }, { "type": "patreon", "url": "https://www.patreon.com/harrytran998" } ], "keywords": [ "techmely", "techmely-utils" ], "typings": "./index.d.ts" }