UNPKG

mongot

Version:

MongoT is a modern ODM library for MongoDb.

47 lines (46 loc) 1.12 kB
{ "name": "mongot", "version": "1.5.0", "description": "MongoT is a modern ODM library for MongoDb.", "main": "src/index.js", "types": "src/index.d.ts", "typings": "src/index.d.ts", "scripts": { "build": "tsc", "test": "npm run build && tape -r source-map-support/register src/*.spec.js", "version": "git add -A", "preversion": "npm test", "postversion": "git push" }, "repository": { "type": "git", "url": "git+https://github.com/izatop/mongot.git" }, "publishConfig": { "registry": "http://registry.npmjs.org" }, "keywords": [ "MongoDb", "ODM", "typescript" ], "author": "izatop@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/izatop/mongot/issues" }, "homepage": "https://github.com/izatop/mongot#readme", "dependencies": { "@types/mongodb": "^2.2.16", "@types/node": "^8.0.57", "merge": "^1.2.0", "mongodb": "^2.2.33" }, "devDependencies": { "@types/tape": "^4.2.31", "rimraf": "^2.6.2", "source-map-support": "^0.5.0", "tape": "^4.8.0", "typescript": "^2.6.2" } }