commit ac296ecda496820570c8fe69e1e2889f3d14f486 Author: Sven laptop Date: Sun Jul 19 18:50:50 2026 +0200 First commit diff --git a/app.js b/app.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..9f6d522 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "filing-cabinet", + "version": "1.0.0", + "description": "", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs" +}