package.json 348 B

1234567891011121314
  1. {
  2. "name": "zllauth1-frontend",
  3. "version": "1.2.0",
  4. "description": "ZLLAuth V1 frontend library",
  5. "main": "index.js",
  6. "repository": "https://git.swzry.com/zry/zllauth1-frontend.git",
  7. "author": "zry <admin@z-touhou.org>",
  8. "license": "MIT",
  9. "private": false,
  10. "dependencies": {
  11. "axios": "^0.21.1",
  12. "sm-crypto": "^0.1.1"
  13. }
  14. }