-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.46 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "wizardsatwork.at",
"version": "0.23.5",
"engines": {
"node": ">=12.2.0"
},
"scripts": {
"start": "t -p",
"format": "f -w --exclude docs",
"test": "t --exclude docs",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"dev": "magic dev",
"publish": "magic publish",
"connect": "magic connect",
"coveralls": "coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wizardsatwork/wizardsatwork.at.git"
},
"bugs": {
"url": "https://github.com/wizardsatwork/wizardsatwork.at/issues"
},
"homepage": "https://wizardsatwork.at",
"dependencies": {
"@magic-modules/language-switch": "0.0.2",
"@magic/core": "0.0.85"
},
"devDependencies": {
"@magic/format": "0.0.12",
"@magic/test": "0.1.52"
},
"author": "Wizards & Witches",
"description": "homepage of the wizards at work gmbh",
"keywords": [],
"license": "AGPL-3.0",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "tom peak",
"github": "tompeak"
},
{
"name": "phileas lebada",
"github": "norpol"
},
{
"name": "litto",
"github": "mslitto"
},
{
"name": "daniel safar",
"github": "n1c3"
},
{
"name": "jay vaughan",
"github": "seclorum"
}
]
}