-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.74 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.74 KB
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
69
70
71
{
"name": "@webboot/cli",
"version": "0.0.1-alpha.2",
"author": "Wizards & Witches @ Webboot DAO",
"description": "generate, verify, sign and release subresource integrity hashes for your static page.",
"license": "AGPL-3.0",
"homepage": "https://webboot.github.io/cli",
"main": "src/index.mjs",
"scripts": {
"start": "t",
"format": "f -w --exclude dist docs",
"test": "t",
"test:cli": "src/bin.mjs generate",
"sign": "src/bin.mjs generate",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve --watch src",
"dev": "magic dev --watch src",
"calls": "calls"
},
"bin": {
"webboot": "src/bin.mjs"
},
"engines": {
"node": ">=13.5.0"
},
"engineString": true,
"files": [
"src"
],
"dependencies": {
"@magic-modules/git-badges": "0.0.9",
"@magic/cli": "0.0.23",
"@magic/error": "0.0.5",
"@magic/fs": "0.0.5",
"@magic/log": "0.1.4",
"@magic/types": "0.1.11",
"@webboot/core": "github:webboot/core",
"@webboot/crypto": "github:webboot/crypto",
"@webboot/keys": "0.0.1-alpha.0"
},
"devDependencies": {
"@magic-modules/gdpr": "0.0.14",
"@magic-modules/light-switch": "0.0.5",
"@magic-modules/pre": "0.0.7",
"@magic-themes/reader": "0.0.4",
"@magic/core": "0.0.60",
"@magic/format": "0.0.7",
"@magic/test": "0.1.38",
"@webboot/magic-theme": "0.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webboot/cli.git"
},
"bugs": {
"url": "https://github.com/webboot/cli/issues"
},
"keywords": [
"webboot",
"sri",
"subresource",
"integriy",
"cli"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}