UNPKG

odata-query-builder

Version:
79 lines (78 loc) 1.79 kB
{ "name": "odata-query-builder", "version": "0.0.7", "description": "An eloquently fluent OData query builder.", "main": "dist/index.js", "scripts": { "build": "webpack", "lint": "tslint --project tslint.json src/**/**.ts", "test": "jest --watch", "coverage": "jest --coverage", "ci": "jest --coverage --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/jaredmahan/odata-query-builder.git" }, "keywords": [ "odata", "odata v4", "odata client", "typescript", "javascript", "fluent", "fluent api", "angular 8", "angular 7", "angular 6", "angular 5", "angular 2", "angular 4", "angular" ], "author": "Jared Mahan", "license": "MIT", "bugs": { "url": "https://github.com/jaredmahan/odata-query-builder/issues" }, "homepage": "https://github.com/jaredmahan/odata-query-builder#readme", "devDependencies": { "@types/jest": "^23.3.1", "@types/lodash": "^4.14.149", "@types/lodash.orderby": "^4.6.6", "@types/node": "^13.1.6", "awesome-typescript-loader": "^5.2.0", "dts-bundle": "^0.7.3", "dts-bundle-webpack": "^1.0.0", "jest": "^23.4.2", "lodash.orderby": "^4.6.0", "source-map-loader": "^0.2.3", "ts-jest": "^23.0.1", "tslint": "^5.11.0", "typescript": "^3.0.1", "webpack": "^4.16.4", "webpack-cli": "^3.1.0" }, "jest": { "testURL": "http://localhost/", "moduleFileExtensions": [ "ts", "tsx", "js" ], "roots": [ "<rootDir>/src/" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, "globals": { "ts-jest": { "tsConfigFile": "tsconfig.json" } }, "testMatch": [ "**/*.spec.+(ts|tsx|js)" ] } }