UNPKG

@odata2ts/odata-query-objects

Version:

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

45 lines 1.18 kB
{ "name": "@odata2ts/odata-query-objects", "version": "0.28.1", "description": "Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion", "keywords": [ "query object", "ts", "odata", "odata2ts", "typescript", "type-safe" ], "homepage": "https://odata2ts.github.io/", "repository": "git@github.com:odata2ts/odata2ts.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", "test": "yarn test-compile && vitest run", "test-compile": "tsc -p tsconfig.compile.json" }, "dependencies": { "@odata2ts/converter-api": "^0.2.6", "@odata2ts/http-client-api": "^0.6.2", "@odata2ts/odata-core": "^0.6.1" }, "devDependencies": { "type-fest": "^2.19.0" }, "publishConfig": { "access": "public" }, "gitHead": "b88f1a6e7ce84d26d1d7efa5a61dfc66a4626ec3" }