Files
sashinexists/package.json
2024-12-07 13:17:15 +11:00

12 lines
242 B
JSON

{
"name": "sashinexists",
"type": "module",
"dependencies": {
"@weborigami/origami": "0.2.1"
},
"scripts": {
"build": "ori copy src/site.ori, clear files:build",
"start": "ori serve watch src, =debug src/site.ori"
}
}