-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 802 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 802 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
29
30
31
32
33
{
"name": "@artificialmuseum/sandbox",
"version": "0.0.1",
"description": "artificialmuseum.com sandbox - allows creation of artifacts for the Artificial Museum.",
"scripts": {
"start": "gss --dir src --cache no -p 8000",
"dev": "npm start",
"format": "f -w -e src/main.js src/main.css src/index.html"
},
"type": "module",
"author": "SystemKollektiv",
"license": "AGPL-3.0",
"dependencies": {
"@grundstein/gss": "0.0.14"
},
"contributors": [
{
"name": "jascha ehrenreich",
"url": "https://github.com/jaeh"
},
{
"name": "daniela weiss",
"url": "https://github.com/mslitto"
},
{
"name": "nick fox-gieg",
"url": "https://github.com/n1ckfg/"
}
],
"devDependencies": {
"@magic/format": "0.0.68"
}
}