Skip to content
Snippets Groups Projects
package.json 807 B
Newer Older
julientaq's avatar
julientaq committed
{
  "name": "web-book-maker",
  "version": "0.0.1",
  "description": "an eleventy template for book on screen",
  "main": ".eleventy.js",
  "scripts": {
    "build": "eleventy",
    "watch": "eleventy --watch",
julientaq's avatar
julientaq committed
    "dev": "eleventy --serve",
julientaq's avatar
julientaq committed
    "start": "eleventy --serve",
    "debug": "DEBUG=* eleventy"
  },
  "keywords": [
    "book",
    "screen-reading",
    "static-site-generator"
  ],
  "author": "julientaq",
  "license": "ISC",
  "dependencies": {
julientaq's avatar
julientaq committed
julientaq's avatar
julientaq committed
  }
}