package.json 320 B

12345678910111213141516
  1. {
  2. "name": "education_uni",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@escook/request-miniprogram": "^0.2.1",
  13. "base-64": "^1.0.0"
  14. },
  15. "description": ""
  16. }