-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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/**/*"]
}