initial commit

This commit is contained in:
Guillermo Vaya
2022-07-24 01:25:20 +02:00
commit ad5e9efddf
7 changed files with 11636 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "hello_world",
"version": "0.0.1",
"author": "A Lone Ranger",
"scripts": {
"build": "plugos-bundle --exclude yaml handlebars @lezer/lr -- helloWorld.plug.yaml",
"start": "plugos-bundle -w --exclude yaml handlebars @lezer/lr -- helloWorld.plug.yaml"
},
"dependencies": {
"@silverbulletmd/plugos-silverbullet-syscall": "^0.0.26",
"@silverbulletmd/plugs": "^0.0.26"
},
"devDependencies": {
"@plugos/plugos": "^0.0.26"
}
}