package.json 427 B

123456789101112131415161718192021
  1. {
  2. "name": "hbproject",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "axios": "^1.7.2",
  8. "pinia": "^2.1.7",
  9. "ts-md5": "^1.3.1"
  10. },
  11. "devDependencies": {},
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }