-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
{
"name": "cloud.thesystem.at",
"version": "0.0.1-alpha.0",
"author": "TheSystemCollective",
"homepage": "https://cloud.thesystem.at",
"license": "AGPL-3.0",
"description": "thesystem.at cloud fileshare deployment pipeline",
"main": "src/index.mjs",
"private": true,
"engines": {
"node": ">=14.14.5"
},
"engineStrict": true,
"scripts": {
"start": "npm run dev",
"build": "docker-compose build -f ./docker/docker-compose.yml",
"dev": "docker-compose up -d",
"deploy": "bootstrap/deploy.sh",
"connect": "bin/connect.sh"
},
"files": [
"src",
"dev"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thesystemcollective/cloud.thesystem.at.git"
},
"bugs": {
"url": "https://github.com/thesystemcollective/cloud.thesystem.at/issues"
},
"keywords": [
"grundstein",
"legung",
"server",
"deploy",
"artificialmuseum"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}