-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.33 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
{
"name": "@mspg/transpile-posthtml",
"version": "0.0.1",
"description": "posthtml transpiler for @mspg",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=14.2.0"
},
"engineStrict": true,
"scripts": {
"start": "t -p",
"test": "t",
"format": "f -w -f js json",
"format:check": "f -f js json",
"calls": "nyc report --reporter=text-lcov | calls",
"build": "NODE_ENV=production mspg build zip",
"publish": "NODE_ENV=production mspg build zip publish",
"connect": "mspg connect",
"dev": "mspg build watch serve"
},
"dependencies": {
"@magic/fs": "0.0.27",
"@magic/log": "0.1.17",
"@magic/types": "0.1.22",
"html-minifier": "4.0.0",
"posthtml": "0.16.6",
"posthtml-expressions": "1.9.0",
"posthtml-extend": "0.6.3",
"posthtml-hint": "github:mspg/posthtml-hint#mjs",
"posthtml-include": "1.7.4",
"posthtml-mixins": "1.0.1"
},
"devDependencies": {
"@magic/test": "0.2.14",
"@mspg/core": "github:mspg/core#mjs"
},
"files": [
"src"
],
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "tom peak",
"github": "tompeak"
}
]
}