UNPKG

odatafy-mongodb

Version:

convert oData requests through odatafy to MongoDB queries

44 lines (43 loc) 1.24 kB
{ "name": "odatafy-mongodb", "version": "0.0.11", "description": "convert oData requests through odatafy to MongoDB queries ", "main": "./dist/index.js", "keywords": [ "odata", "odata-v4", "odatafy", "mongodb" ], "scripts": { "test": "nyc mocha -r ts-node/register --exit \"./test/**/*.test.ts\" --timeout 0", "build": "tsc", "build-and-run": "tsc && node dist/index.js", "docs": "npx typedoc index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/Gang-of-Fork/odatafy-mongodb.git" }, "author": "Gang of Fork", "license": "GPL-3.0", "bugs": { "url": "https://github.com/Gang-of-Fork/odatafy-mongodb/issues" }, "homepage": "https://github.com/Gang-of-Fork/odatafy-mongodb#readme", "devDependencies": { "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "chai": "^4.3.6", "dotenv": "^16.0.1", "mocha": "^10.0.0", "typedoc": "^0.22.18" }, "dependencies": { "mongodb": "^4.7.0", "typescript": "^4.6.4", "nyc": "^15.1.0", "odatafy-parser": "1.3.0", "ts-node": "^10.8.0" } }