package.json 559 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "vtest",
  3. "version": "1.0.0",
  4. "description": "my vue test",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/HSSSH/vTest.git"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/HSSSH/vTest/issues"
  18. },
  19. "homepage": "https://github.com/HSSSH/vTest#readme",
  20. "dependencies": {
  21. "webpack": "^5.24.0"
  22. },
  23. "devDependencies": {
  24. "webpack-cli": "^4.5.0"
  25. }
  26. }