@leancodepl/api-date-datefns
Version:
Date-fns integration for API date type conversion
61 lines • 1.42 kB
JSON
{
"name": "@leancodepl/api-date-datefns",
"version": "9.7.4",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"dependencies": {
"@leancodepl/api-date": "9.7.4",
"@leancodepl/api-date-utils": "9.7.4",
"date-fns": ">=2.0.0"
},
"devDependencies": {
"timezone-mock": "1.3.6"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leancodepl/js_corelibrary.git",
"directory": "packages/cqrs-clients/custom-types/date/api-date-datefns"
},
"homepage": "https://github.com/leancodepl/js_corelibrary",
"bugs": {
"url": "https://github.com/leancodepl/js_corelibrary/issues"
},
"description": "Date-fns integration for API date type conversion",
"keywords": [
"date",
"date-fns",
"api",
"conversion",
"typescript",
"javascript",
"leancode"
],
"author": {
"name": "LeanCode",
"url": "https://leancode.co"
},
"sideEffects": false,
"files": [
"dist",
"CHANGELOG.md",
"!**/*.tsbuildinfo"
]
}