-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "mongoose-sort-encrypted-field",
"version": "0.9.3",
"description": "Mongoose plugin to enable sorting on encrypted fields",
"main": "lib/index.js",
"scripts": {
"build": "npx tsc",
"test": "mocha --exit --timeout 300000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NavpreetDevpuri/mongoose-sort-encrypted-field.git"
},
"keywords": [
"mongoose",
"plugin",
"sorting",
"encrypted",
"encrypted field",
"encrypted field sorting",
"sort encrypted field"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NavpreetDevpuri/mongoose-sort-encrypted-field/issues"
},
"homepage": "https://github.com/NavpreetDevpuri/mongoose-sort-encrypted-field#readme",
"dependencies": {
"@navpreetdevpuri/base-2-n": "^2.0.1",
"lodash": "^4.17.21",
"redis-ordered-queue": "^1.4.2"
},
"devDependencies": {
"@types/node": "^18.15.3",
"crypto": "^1.0.1",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.12.1",
"mongoose": "^7.0.3",
"project-name-generator": "^2.1.9",
"redis-memory-server": "^0.6.0",
"typescript": "^5.0.2"
}
}