package.json 333 B

12345678910111213141516
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack --config webpack.config.js"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "webpack": "^5.24.2",
  14. "webpack-cli": "^4.5.0"
  15. }
  16. }