{ "name": "ts-webpack", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js" }, "author": "", "license": "ISC", "devDependencies": { "ts-loader": "^9.2.3", "typescript": "^4.3.5", "webpack-cli": "^4.7.2" } }