-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.18 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": "@magic-examples/example",
"version": "0.23.5",
"author": "Wizards & Witches",
"homepage": "https://magic-examples.github.io/example",
"license": "AGPL-3.0",
"description": "@magic example page.",
"main": "src/index.mjs",
"module": "src/index.mjs",
"type": "module",
"private": true,
"engines": {
"node": ">=14.15.4"
},
"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"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magic-examples/example.git"
},
"bugs": {
"url": "https://github.com/magic-examples/example/issues"
},
"dependencies": {
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/no-spy": "0.0.9",
"@magic-themes/example": "0.0.6",
"@magic/core": "0.0.150"
},
"devDependencies": {
"@magic/format": "0.0.51",
"@magic/test": "0.2.17"
},
"keywords": [
"magic",
"example"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}