mongo_dottype
Version:
TypeScript types for using dot notation in mongo queries
45 lines (44 loc) • 918 B
JSON
{
"name": "mongo_dottype",
"version": "1.1.5",
"description": "TypeScript types for using dot notation in mongo queries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "",
"publish": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kukuster/mongo_dotType.git"
},
"keywords": [
"mongo",
"mongodb",
"dot",
"notation",
"dotnotation",
"dot-notation",
"DotAndArrayNotation",
"mongoose",
"typescript",
"ts",
"types",
"type",
"utils",
"dottype",
"mongodot",
"annotations"
],
"author": "Kukuster",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kukuster/mongo_dotType/issues"
},
"homepage": "https://github.com/Kukuster/mongo_dotType#readme",
"devDependencies": {
"typescript": "^4.1.3"
},
"files": ["dist/**/*"]
}