-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "@mspg/transpile-pug",
"version": "0.0.1",
"description": "handles pug to html transform in @magic/stasis",
"main": "src/index.js",
"scripts": {
"start": "t -p",
"test": "t",
"format": "f -w",
"format:check": "f",
"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/log": "github:magic/log",
"@magic/types": "github:magic/types",
"html-minifier": "^3.5.21",
"posthtml": "^0.11.3",
"posthtml-expressions": "1.1.0",
"posthtml-extend": "0.3.0",
"posthtml-include": "1.2.0"
},
"devDependencies": {
"@magic/test": "github:magic/test",
"@mspg/core": "github:mspg/core"
},
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "tom peak",
"github": "tompeak"
}
]
}