diff options
| author | hazel <hazel@hazelthats.me> | 2026-03-06 17:56:45 +0100 |
|---|---|---|
| committer | hazel <hazel@hazelthats.me> | 2026-03-06 17:56:45 +0100 |
| commit | fcbb4790e92302696175cfa89608cbb985383d15 (patch) | |
| tree | 7c96ec251573de0a5b7cfc129d98559911d04caf /package.json | |
| download | hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.tar.gz hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.tar.bz2 hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.zip | |
history reset for anonymity
Signed-off-by: hazel <hazel@hazelthats.me>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..63604fa --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "hazelthats.me", + "version": "1.0.0", + "type": "module", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://g.hzlt.me/h/hazelthats.me" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "@11ty/eleventy": "^3.1.2" + }, + "devDependencies": { + "html-minifier-next": "^4.14.3", + "prettier": "^3.7.4", + "prettier-plugin-jinja-template": "^2.1.0" + } +} |
