{ "name": "hugo-theme-massively", "description": "HTML5 UP theme Massively for Hugo", "scripts": { "cypress": "cypress open", "cypress:headless": "cypress run", "e2e": "start-server-and-test hugo-dev http://localhost:1313 cypress", "e2e:headless": "start-server-and-test hugo-dev http://localhost:1313 cypress:headless", "hugo-dev": "cd exampleSite && hugo server --themesDir ../..", "updateMaxVersion": "./bin/updateMaxVersion.sh" }, "repository": { "type": "git", "url": "git+https://github.com/curtiscde/hugo-theme-massively.git" }, "keywords": [ "hugo", "hugo-theme", "theme", "html5up", "massively" ], "author": "Curtis Timson", "license": "ISC", "bugs": { "url": "https://github.com/curtiscde/hugo-theme-massively/issues" }, "homepage": "https://github.com/curtiscde/hugo-theme-massively#readme", "devDependencies": { "cypress": "^9.7.0", "start-server-and-test": "^1.14.0", "toml": "^3.0.0", "ts-node": "^10.9.1", "typescript": "^4.6.3" } }