@odata2ts/converter-ui5-v2
Version:
Collection of odata2ts compatible converters suitable for integrating with UI5's OData V2 model
43 lines • 1.03 kB
JSON
{
"name": "@odata2ts/converter-ui5-v2",
"version": "0.3.7",
"description": "Collection of odata2ts compatible converters suitable for integrating with UI5's OData V2 model",
"keywords": [
"converter",
"UI5",
"odata",
"odata2ts",
"date",
"datetime",
"time",
"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",
"@odata2ts/converter-common": "^0.3.7",
"@odata2ts/converter-v2-to-v4": "^0.5.7"
},
"publishConfig": {
"access": "public"
}
}