UNPKG

@leancodepl/api-date-dayjs

Version:

Day.js integration for API date type conversion

56 lines 1.33 kB
{ "name": "@leancodepl/api-date-dayjs", "version": "9.6.5", "license": "Apache-2.0", "dependencies": { "@leancodepl/api-date": "9.6.5", "@leancodepl/api-date-utils": "9.6.5", "dayjs": ">=1.9.0" }, "devDependencies": { "timezone-mock": "1.3.6" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/leancodepl/js_corelibrary.git", "directory": "packages/cqrs-clients/custom-types/date/api-date-dayjs" }, "homepage": "https://github.com/leancodepl/js_corelibrary", "bugs": { "url": "https://github.com/leancodepl/js_corelibrary/issues" }, "description": "Day.js integration for API date type conversion", "keywords": [ "date", "dayjs", "api", "conversion", "typescript", "javascript", "leancode" ], "author": { "name": "LeanCode", "url": "https://leancode.co" }, "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "module": "./index.esm.js", "types": "./index.d.ts", "import": "./index.cjs.mjs", "default": "./index.cjs.js" } }, "module": "./index.esm.js", "main": "./index.cjs.js", "types": "./index.d.ts" }