web-deploy/package.json

26 lines
650 B
JSON
Raw Normal View History

2024-04-26 18:37:00 +01:00
{
"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": {
2024-04-26 21:40:09 +01:00
"@minify-html/node": "^0.15.0",
2024-04-26 18:37:00 +01:00
"clean-css": "^5.3.3",
"uglify-js": "^3.17.4",
"zlib": "^1.0.5"
}
}