{ "name": "vjfw", "version": "1.0.0", "description": "vjfw - Not a VanillaJS Framework", "main": "main.js", "scripts": { "build": "webpack --mode=production", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "mini-css-extract-plugin": "^2.9.0", "style-loader": "^4.0.0", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" } }