aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 63604faf5bcc8b4d5051910b65a0d1156a41f540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
  }
}