UNPKG

odata-builder

Version:

odata builder for easier and typesafe usage

41 lines (40 loc) 854 B
{ "name": "odata-builder", "version": "0.8.0", "description": "odata builder for easier and typesafe usage", "author": "Marcel Wenner (https://github.com/nbyx)", "license": "MIT", "bugs": { "url": "https://github.com/nbyx/odata-builder/issues" }, "homepage": "https://github.com/nbyx/odata-builder#readme", "main": "odata-builder.js", "module": "odata-builder.esm.js", "types": "odata-builder.d.ts", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nbyx/odata-builder.git" }, "keywords": [ "odata", "builder", "query", "odata v4", "odata client", "typescript", "angular", "react", "javascript", "typesafe" ], "lint-staged": { "*.ts": [ "npm run format", "npm run lint", "git add" ] } }