{ "name": "web-deploy", "version": "0.0.1", "description": "Minify and compress files for the web", "main": "process.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/git.fjla.uk/web-deploy.git" }, "author": "Frederick Boniface", "license": "ISC", "bugs": { "url": "https://github.com/git.fjla.uk/web-deploy/issues" }, "homepage": "https://github.com/git.fjla.uk/web-deploy#readme", "dependencies": { "@minify-html/node": "^0.15.0", "clean-css": "^5.3.3", "uglify-js": "^3.17.4", "zlib": "^1.0.5" } }