UNPKG

odatafy-mongoose

Version:

Use mongoose to excel the capabilities of datafy-mongodb

45 lines (44 loc) 1.14 kB
{ "name": "odatafy-mongoose", "version": "0.0.1", "description": "Use mongoose to excel the capabilities of datafy-mongodb", "main": "./dist/index.js", "keywords": [ "odata", "odata-v4", "odatafy", "mongodb", "mongoose" ], "scripts": { "test": "nyc mocha -r ts-node/register --exit \"./test/**/*.test.ts\" --timeout 0", "build": "tsc", "build-and-run": "tsc && node dist/test.js", "docs": "npx typedoc index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/gang-of-fork/odatafy-mongoose.git" }, "author": "Gang of Fork", "license": "GPL-3.0", "bugs": { "url": "https://github.com/gang-of-fork/odatafy-mongoose/issues" }, "homepage": "https://github.com/gang-of-fork/odatafy-mongoose#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": { "mongoose": "^6.10.0", "nyc": "^15.1.0", "odatafy-mongodb": "^0.0.2", "ts-node": "^10.8.0", "typescript": "^4.6.4" } }