From df98dcc54418871f2d75a9e9a765a6e2d5f5f4e4 Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Wed, 22 May 2024 10:33:21 +0100 Subject: [PATCH] add formatter --- website/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 website/package.json diff --git a/website/package.json b/website/package.json new file mode 100644 index 000000000..bce43807d --- /dev/null +++ b/website/package.json @@ -0,0 +1,16 @@ +{ + "name": "website", + "version": "1.0.0", + "description": "This is a super small static Hugo site. Assets are handled by Hugo Pipes and there are no node modules. 5kb CSS, 500 bytes of JS (brotli'd). Please be a good citizen of the repo and keep this website simple and small.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "prettier": "^3.2.5", + "prettier-plugin-go-template": "^0.0.15" + } +}