From bb9a81114557d427cd02b739c440e94d8a50a0a8 Mon Sep 17 00:00:00 2001 From: Marcel Lorbeer Date: Tue, 25 Jul 2023 17:05:23 +0200 Subject: [PATCH] docs Setup --- docs/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/package.json diff --git a/docs/package.json b/docs/package.json new file mode 100644 index 0000000..318d675 --- /dev/null +++ b/docs/package.json @@ -0,0 +1,12 @@ +{ + "name": "docs", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}