UNPKG

daniel.mongodb

Version:
39 lines (38 loc) 873 B
{ "name": "daniel.mongodb", "version": "1.0.8", "description": "A NPM Package using Mongodb.", "main": "dist/Main.js", "types": "dist/Main.d.ts", "scripts": { "test": "ts-node-dev test.ts --respawn", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/CodeDanielR/daniel.mongodb.git" }, "keywords": [ "mongodb", "mongoose", "typescript", "daniel" ], "author": "CodeDanielR", "license": "MIT", "bugs": { "url": "https://github.com/CodeDanielR/daniel.mongodb/issues" }, "homepage": "https://github.com/CodeDanielR/daniel.mongodb", "devDependencies": { "ts-node": "^10.3.0", "ts-node-dev": "^1.1.8", "typescript": "^4.4.4", "typings": "^2.1.1" }, "dependencies": { "@types/mongoose": "^5.11.97", "mongoose": "^6.0.11", "typedoc": "^0.22.5" } }