{ "name": "leakypixel", "version": "0.0.1", "description": "Personal website", "scripts": { "watch": "node .npm-scripts/build-watcher.js", "build": "node .npm-scripts/build.js", "serve": "ecstatic output/" }, "repository": { "type": "git", "url": "git+https://github.com/leakypixel/leakypixel.git" }, "author": "Craig Fletcher ", "license": "ISC", "bugs": { "url": "https://github.com/leakypixel/leakypixel/issues" }, "dependencies": { "chokidar": "^3.3.1", "ecstatic": "^4.1.4", "node-summarizer": "^1.0.7" }, "homepage": "https://leakypixel.net/", "devDependencies": { "careless-fs": "^1.0.0", "grapefruit": "github:leakypixel/grapefruit", "handlebars": "^4.7.6", "html-minifier": "^3.5.21", "hubdown": "github:leakypixel/hubdown", "imagemin": "^7.0.0", "imagemin-jpegtran": "^6.0.0", "imagemin-pngquant": "^8.0.0", "imagemin-svgo": "^7.0.0", "recursive-readdir": "^2.2.2", "rimraf": "^3.0.0", "simple-git": "^1.126.0", "uglify-js": "^3.6.9" } }