@odata2ts/odata-service
Version:
Main runtime dependency of odata2ts for generated odata client services
50 lines (49 loc) • 1.26 kB
JSON
{
"name": "@odata2ts/odata-service",
"version": "0.22.1",
"description": "Main runtime dependency of odata2ts for generated odata client services",
"keywords": [
"odata client",
"odata",
"ts",
"type-safe",
"odata2ts",
"v2",
"v4",
"typescript"
],
"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",
"compile-test": "tsc -p tsconfig.test.json",
"prepublish": "yarn build",
"test": "yarn test-compile && vitest run",
"test-compile": "tsc -p tsconfig.compile.json"
},
"dependencies": {
"@odata2ts/http-client-api": "^0.6.2",
"@odata2ts/odata-query-builder": "^0.18.2",
"@odata2ts/odata-query-objects": "^0.27.0"
},
"devDependencies": {
"ts-expect": "^1.3.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "49e2baafde845055e04903c7b0fcd42787d9441e"
}