From b531d870111587340cc892ea4f1fc4e9c8fa8624 Mon Sep 17 00:00:00 2001 From: hazel Date: Fri, 6 Mar 2026 16:03:41 +0100 Subject: init, add fru Signed-off-by: hazel --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..3b538d1 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "lpdu-site", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@g.hzlt.me:lpdu-site" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs", + "dependencies": { + "@11ty/eleventy": "^3.1.2" + } +} -- cgit v1.2.3