{ "name": "hugo-theme-fuji", "version": "2.0.0", "description": "A minimal Hugo theme.", "repository": { "type": "git", "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" }, "keywords": [ "hugo", "theme", "fuji" ], "author": "DSRKafuU (https://blog.amzrk2.cc/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/amzrk2/hugo-theme-fuji/issues" }, "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.2", "@primer/css": "14.4.0", "uglify-js": "^3.9.4" }, "scripts": { "babel": "babel static/assets/js/fuji.dev.js --out-file static/assets/js/fuji.js", "js": "uglifyjs static/assets/js/fuji.js -o static/assets/js/fuji.min.js -c --source-map" } }