{ "scripts": { "start": "webpack-dev-server", "build": "webpack --config webpack.config.prod.js && cp index.html dist/index.html && cp app.css dist/app.css" }, "author": { "name": "Patryk Wojtiuk", "url": "https://github.com/p-wojt" }, "devDependencies": { "follow-redirects": ">=1.14.7", "lite-server": "^2.6.1", "node-forge": ">=1.0.0", "ts-loader": "^9.2.6", "typescript": "^4.5.4", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.1" } }