UNPKG

simple-odata-server

Version:
47 lines (46 loc) 930 B
{ "name": "simple-odata-server", "version": "1.2.2", "description": "OData server with adapter for mongodb and nedb", "keywords": [ "OData", "server", "mongodb", "nedb" ], "repository": "pofider/node-simple-odata-server", "license": "MIT", "author": "Jan Blaha", "main": "index.js", "files": [ "lib", "index.js" ], "scripts": { "test": "standard && mocha --exit -R spec" }, "dependencies": { "@jsreport/odata-parser": "1.0.1", "methods": "1.1.2", "path-to-regexp": "6.3.0", "safe-buffer": "5.2.1", "xmlbuilder": "15.1.1" }, "devDependencies": { "eslint": "8.19.0", "mocha": "10.0.0", "mongodb": "4.7.0", "nedb": "1.8.0", "should": "13.2.3", "standard": "17.0.0", "supertest": "6.2.4", "xml2js": "0.4.23" }, "standard": { "ignore": "example/**", "env": { "mocha": true, "node": true } } }