diff options
| author | hazel <hazel@hazelthats.me> | 2026-03-06 16:03:41 +0100 |
|---|---|---|
| committer | hazel <hazel@hazelthats.me> | 2026-03-06 16:03:41 +0100 |
| commit | b531d870111587340cc892ea4f1fc4e9c8fa8624 (patch) | |
| tree | e250823a9221f689a13e1ab1907a32af6b0f3545 /package.json | |
| download | lpdu-site-b531d870111587340cc892ea4f1fc4e9c8fa8624.tar.gz lpdu-site-b531d870111587340cc892ea4f1fc4e9c8fa8624.tar.bz2 lpdu-site-b531d870111587340cc892ea4f1fc4e9c8fa8624.zip | |
init, add fru
Signed-off-by: hazel <hazel@hazelthats.me>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
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" + } +} |
