@odata2ts/converter-common
Version:
Luxon based odata2ts compatible converters for date and time related OData types
41 lines • 926 B
JSON
{
"name": "@odata2ts/converter-common",
"version": "0.3.7",
"description": "Luxon based odata2ts compatible converters for date and time related OData types",
"keywords": [
"converter",
"odata",
"odata2ts",
"date",
"time",
"datetime",
"duration",
"datetimeoffset",
"typescript"
],
"repository": "git@github.com:odata2ts/converter.git",
"license": "MIT",
"author": "texttechne",
"type": "commonjs",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"*.md",
"lib",
"LICENSE"
],
"scripts": {
"build": "yarn clean && yarn compile",
"check-circular-deps": "madge ./src --extensions ts --circular",
"clean": "rimraf lib coverage",
"compile": "tsc",
"prepack": "yarn compile",
"test": "vitest run"
},
"dependencies": {
"@odata2ts/converter-api": "^0.2.6"
},
"publishConfig": {
"access": "public"
}
}