-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.07 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": "webboot",
"version": "0.0.0-alpha.0",
"author": "Wizards & Witches @ Webboot DAO",
"homepage": "https://webboot.org",
"license": "AGPL-3.0",
"description": "npm i (-g) webboot. wrapper around @webboot/core and @webboot/cli.",
"main": "src/index.mjs",
"scripts": {
"start": "t -p",
"test": "t",
"format": "f -w",
"test:cli": "webboot",
"calls": "calls"
},
"bin": {
"webboot": "node_modules/@webboot/cli/src/bin.mjs"
},
"files": [
"src"
],
"engines": {
"node": ">=14.2.0"
},
"engineString": true,
"dependencies": {
"@webboot/cli": "0.0.1-alpha.6",
"@webboot/core": "0.0.1-alpha.3"
},
"devDependencies": {
"@magic/format": "0.0.12",
"@magic/test": "0.1.52"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webboot/root.git"
},
"bugs": {
"url": "https://github.com/webboot/root/issues"
},
"keywords": [
"webboot",
"sri",
"subresource",
"integriy"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}