-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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
{
"name": "mongoose-uuid-ts",
"version": "1.0.6",
"description": "uuid for mongoose",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auralshin/mongoose-uuid.git"
},
"keywords": [
"mongoose",
"node",
"mongodb",
"uuid"
],
"author": "auralshin",
"license": "MIT",
"bugs": {
"url": "https://github.com/auralshin/mongoose-uuid/issues"
},
"homepage": "https://github.com/auralshin/mongoose-uuid#readme",
"dependencies": {
"bson": "^5.3.0",
"merge": "^2.1.1",
"mongodb": "^5.6.0",
"mongoose": "^7.3.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"uuid-parse": "^1.1.0"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/uuid": "^9.0.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}