UNPKG

@odata2ts/converter-luxon

Version:

Luxon based odata2ts compatible converters for date and time related OData types

54 lines 1.14 kB
{ "name": "@odata2ts/converter-luxon", "version": "0.2.7", "description": "Luxon based odata2ts compatible converters for date and time related OData types", "keywords": [ "odata2ts", "odata", "converter", "luxon", "datetime", "date", "time", "duration", "datetimeoffset", "typescript", "ts", "javascript", "js", "types", "data types" ], "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" }, "devDependencies": { "@types/luxon": "^3.0.1", "luxon": "^3.0.4" }, "peerDependencies": { "luxon": "^3.0.4" }, "publishConfig": { "access": "public" } }