UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

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