-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "@researchdatabox/redbox-hook-terraform",
"version": "1.1.7",
"description": "A Terraform provisioner for ReDBox",
"main": "index.js",
"sails": {
"isHook": true,
"hookName": "redbox-hook-terraform"
},
"repository": {
"type": "git",
"url": "[email protected]:redbox-mint/redbox-hook-terraform.git"
},
"scripts": {
"test": "NODE_ENV=test node_modules/.bin/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",
"runAngularDev": "docker-compose -f support/development/docker-compose.yml up | source support/development/monitorSailsWorkingDir.sh sailsWorkingDir"
},
"keywords": [
"sails",
"hook",
"redbox",
"redbox research",
"terraform",
"redbox provisioner"
],
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@researchdatabox/redbox-core-types": "^1.1.1",
"mocha": "^5.1.1",
"sails": "^1.0.2",
"supertest": "^3.0.0",
"typescript": "^4.0.7"
},
"dependencies": {
"@types/node": "^15.0.2",
"extract-zip": "1.6.7",
"fs-extra": "^7.0.1",
"js-terraform": "0.0.1",
"lodash": "^4.17.21",
"path-exists": "^4.0.0",
"request": "2.88.0",
"rxjs": "^6.6.2",
"rxjs-compat": "^6.6.7",
"stream": "0.0.2"
},
"publishConfig": {
"access": "public"
}
}