{ "name": "ed", "version": "0.7.0", "private": true, "description": "Ed theme for minimal editions, based on Alex Gil theme.", "keywords": [ "hugo", "theme", "minimal" ], "homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme", "bugs": { "url": "https://github.com/sergeyklay/gohugo-theme-ed/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git" }, "license": "MIT", "author": "Serghei Iakovlev ", "main": "index.js", "scripts": { "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --logLevel info --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "test": "playwright test", "lint": "npm run lint:js && npm run lint:editorconfig", "lint:editorconfig": "editorconfig-checker", "lint:js": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js netlify-preview.js", "netlify-preview": "node netlify-preview.js" }, "devDependencies": { "@playwright/test": "^1.47.0", "@types/node": "^22.5.4", "editorconfig-checker": "^5.1.8", "eslint": "^9.10.0", "jsdom": "^25.0.0" } }