This commit is contained in:
2021-04-12 16:41:46 +02:00
parent 604354741e
commit da6d9c53aa
44 changed files with 12125 additions and 4743 deletions

10
docs/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"private": true,
"scripts": {
"build": "codedoc install && codedoc build",
"dev": "codedoc serve"
},
"dependencies": {
"@codedoc/cli": "^0.2.8"
}
}