-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "mongoose-jumblator",
"version": "1.2.3",
"description": "A field-based Mongoose encryption module.",
"main": "dist/jumblator-plugin.js",
"types": "dist/jumblator-plugin.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha || true",
"debug": "node --nolazy --inspect-brk=9229 ./test/naive.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chubek/mongoose-jumblator.git"
},
"keywords": [
"mongoose",
"mongodb",
"encryption",
"encryptor",
"AES",
"database",
"mongoose",
"field",
"encryption",
"field",
"encryption"
],
"author": "Chubak Bidpaa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chubek/mongoose-jumblator/issues"
},
"homepage": "https://github.com/Chubek/mongoose-jumblator#readme",
"dependencies": {
"@types/lodash": "^4.14.150",
"chai": "^4.2.0",
"crypto-js": "^4.0.0",
"mocha": "^7.1.2",
"mongoose": "^5.9.12"
},
"devDependencies": {
"@types/crypto-js": "3.1.45",
"@types/node": "13.13.4",
"typescript": "3.8.3"
}
}