-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.16 KB
/
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
45
46
47
48
49
50
51
52
53
{
"name": "mongodb-aggregation-dts",
"description": "Type definitions for MongoDB aggregation pipelines and operators",
"version": "0.1.2",
"author": {
"email": "[email protected]",
"name": "Vijayakrishna Venkatesan",
"url": "https://www.vijayakrishna.dev"
},
"keywords": [
"mongodb",
"types",
"typescript",
"type-definitions",
"aggregation",
"pipeline",
"aggregation-pipeline",
"operators",
"mongodb-aggregation",
"mongodb-operators",
"mongoose",
"mongodb-types",
"typescript-definitions",
"mongodb-aggregation-typings",
"mongodb-query",
"nosql",
"schema",
"type-safety",
"typescript-helpers",
"database"
],
"repository": {
"url": "https://github.com/Viijay-Kr/mongodb-aggregation-dts"
},
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"@changesets/cli": "^2.27.7"
},
"peerDependencies": {
"typescript": ">=5.0.0",
"mongodb": ">=5.0.0"
},
"files": [
"types"
],
"scripts": {
"compile": "tsc",
"release": "bun run compile && changeset publish"
},
"type": "module",
"types": "types/mongodb.d.ts"
}