{
  "name": "keystone-ssg",
  "version": "1.4.12",
  "description": "Zero config static-site generator. Templates, partials, routing, Babel, SCSS/SASS, Markdown, JS bundling, minifying, dynamic links, auto-refresh dev server",
  "homepage": "https://github.com/CTNicholas/keystone-ssg#readme",
  "main": "keystone/index.js",
  "scripts": {
    "postinstall": "node ./bin/install.js",
    "build": "node ./keystone/scripts/minify.js",
    "test": "jest --watch --silent"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "tests/examples/public"
    ],
    "testEnvironment": "node",
    "verbose": true
  },
  "pre-commit": "build",
  "author": "CTNicholas",
  "license": "ISC",
  "repository": "github:CTNicholas/keystone-ssg",
  "bugs": {
    "url": "https://github.com/CTNicholas/keystone-ssg/issues"
  },
  "bin": "./bin/keystone.js",
  "dependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@rollup/plugin-babel": "^5.2.0",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.4.2",
    "express": "^4.17.1",
    "fs-extra": "^9.0.1",
    "html-entities": "^1.3.1",
    "marked": "^1.1.1",
    "node-sass": "^4.14.1",
    "recursive-readdir": "^2.2.2",
    "rollup": "^2.26.2",
    "rollup-plugin-scss": "^2.6.0",
    "rollup-plugin-terser": "^6.1.0",
    "ws": "^7.3.1"
  },
  "devDependencies": {
    "jest": "^26.4.0",
    "pre-commit": "^1.2.2"
  },
  "keywords": [
    "static site generator",
    "static",
    "site",
    "website",
    "generator",
    "builder",
    "bundler",
    "ssg",
    "babel",
    "scss",
    "sass",
    "markdown",
    "partials",
    "templates",
    "routing",
    "simple",
    "quick",
    "easy",
    "install",
    "no config",
    "no setup",
    "config",
    "setup",
    "statis",
    "search",
    "keystone"
  ]
}
