-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "litto.work",
"version": "0.23.5",
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"private": true,
"type": "module",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "litto",
"github": "mslitto"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jaeh/portfolio.git"
},
"scripts": {
"start": "mspg build serve watch",
"build": "NODE_ENV=production mspg build",
"prod": "NODE_ENV=production mspg build serve watch",
"clean": "rm -rf public",
"lint:css": "mspg lint css",
"lint:html": "mspg lint html",
"connect": "mspg connect",
"publish": "NODE_ENV=production mspg publish"
},
"devDependencies": {
"@mspg/core": "github:mspg/core#mjs",
"@mspg/transpile-babel": "github:mspg/transpile-babel#mjs",
"@mspg/transpile-posthtml": "github:mspg/transpile-posthtml#mjs",
"@mspg/transpile-stylus": "github:mspg/transpile-stylus#mjs"
}
}