-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
{
"name": "@researchdatabox/redbox-hook-terraform-gcp",
"version": "1.1.4",
"description": "A Google Cloud-specific plugin for ReDBox's Terraform provisioner",
"main": "index.js",
"author": "",
"sails": {
"isHook": true,
"hookName": "redbox-hook-terraform-gcp"
},
"repository": {
"type": "git",
"url": "[email protected]:redbox-mint/redbox-hook-terraform-gcp.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"
],
"license": "GPL-3.0",
"devDependencies": {
"@researchdatabox/redbox-core-types": "^1.1.1",
"@types/node": "^18.13.0",
"js-terraform": "0.0.1",
"mocha": "^10.2.0",
"rxjs": "^6.6.2",
"rxjs-compat": "^6.6.7",
"sails": "^1.0.2",
"stream": "^0.0.2",
"supertest": "^3.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"fs-extra": "^7.0.1",
"lodash": "^4.17.10",
"path-exists": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}