package.json 457 B

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