{ "name": "portfolio", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "npx @11ty/eleventy", "serve": "npx @11ty/eleventy --serve", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/gaiety/portfolio.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://gitlab.com/gaiety/portfolio/issues" }, "homepage": "https://gitlab.com/gaiety/portfolio#readme", "devDependencies": { "@11ty/eleventy": "^0.11.1", "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6", "nunjucks-date": "^1.5.0" }, "dependencies": { "@toycode/markdown-it-class": "^1.2.4" } }