aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2f0baf3c37f09cc5c388e7902cff7e11fa27e041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "marcc.srht.site",
  "version": "1.0.0",
  "description": "My personal blog",
  "main": "index.js",
  "scripts": {
      "build": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,svg,liquid,woff2,ttf,njk,otf"
  },
  "keywords": [],
  "author": "Marc Coquand",
  "license": "ISC",
  "devDependencies": {
    "@11ty/eleventy": "^2.0.1",
    "@11ty/eleventy-plugin-rss": "^1.2.0"
  }
}