diff --git a/package.json b/package.json new file mode 100644 index 0000000..daf447e --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "mkdocs", + "version": "1.0.0", + "private": true, + "scripts": { + "dev": "mkdocs serve", + "build": "mkdocs build -d public" + } +}