{ "name": "gaiety-life", "version": "2.0.0", "description": "Gaiety's Blog", "main": "index.js", "scripts": { "build": "@11ty/eleventy", "start": "@11ty/eleventy --serve" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/gaiety/gaiety-life.git" }, "keywords": [ "blog" ], "author": "Ava Wroten", "license": "The Unlicense", "bugs": { "url": "https://gitlab.com/gaiety/gaiety-life/issues" }, "homepage": "https://gitlab.com/gaiety/gaiety-life#readme", "devDependencies": { "@11ty/eleventy": "^1.0.0" } }