package.json 404 B

12345678910111213141516171819
  1. {
  2. "name": "js",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "info.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "run": "open ./index.html",
  9. "build": "webpack"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "aws-sdk": "^2.1618.0",
  15. "uglifyjs-webpack-plugin": "^2.2.0",
  16. "webpack": "^5.91.0",
  17. "webpack-cli": "^5.1.4"
  18. }
  19. }