-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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": "@researchdatabox/sails-hook-redbox-storage-mongo",
"version": "1.4.9",
"description": "A MongoDB storage plugin for ReDBox.",
"main": "index.js",
"sails": {
"isHook": true
},
"repository": {
"type": "git",
"url": "https://github.com/redbox-mint/sails-hook-redbox-storage-mongo.git"
},
"scripts": {
"test": "NODE_ENV=test; mocha",
"installHook": "docker run -v $(pwd):/opt/sailshook qcifengineering/redbox-portal /bin/bash -c 'cd /opt/redbox-portal;yarn add \"file:/opt/sailshook\"'; docker commit $(docker ps -lq) redboxportalwithhook",
"runDev": "docker-compose -f support/development/docker-compose.yml up"
},
"keywords": [
"sails",
"hook",
"redbox",
"redbox research",
"redbox storage",
"redbox mongodb"
],
"author": "QCIF Engineering dev@redboxresearchdata.com.au",
"license": "GPL-3.0",
"devDependencies": {
"@researchdatabox/redbox-core-types": "^1.4.3",
"@types/chai": "^4.2.12",
"@types/lodash": "^4.14.159",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
"fs": "0.0.1-security",
"mocha": "^8.1.1",
"moment": "^2.29.1",
"mongodb": "^6.2.0",
"rxjs": "^6.6.2",
"rxjs-compat": "^6.6.7",
"sails": "^1.2.5",
"stream": "0.0.2",
"typescript": "^5.2.2",
"util": "^0.12.4"
},
"dependencies": {
"json2csv": "^5.0.3",
"lodash": "^4.17.21",
"uuid": "8.3.0"
},
"publishConfig": {
"access": "public"
}
}