forked from jaeh/illu.litto.work
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 895 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 895 Bytes
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
{
"name": "illu.litto.work",
"version": "0.0.1",
"description": "my personal homepage page, built using magic",
"main": "index.js",
"scripts": {
"start": "mspg build serve watch",
"build": "NODE_ENV=production mspg build zip",
"build:serve": "NODE_ENV=production mspg build serve zip",
"clean": "rm -rf public",
"lint:css": "mspg lint css",
"lint:html": "mspg lint html",
"connect": "mspg connect",
"publish": "NODE_ENV=production mspg publish",
"format": "f -w"
},
"author": "Jascha Ehrenreich <jascha@jaeh.at>",
"license": "AGPL-3.0",
"devDependencies": {
"@mspg/core": "github:mspg/core",
"@mspg/transpile-babel": "github:mspg/transpile-babel",
"@mspg/transpile-posthtml": "github:mspg/transpile-posthtml",
"@mspg/transpile-stylus": "github:mspg/transpile-stylus"
},
"dependencies": {
"@magic/test": "0.0.2"
}
}