package.json 427 B

123456789101112131415161718
  1. {
  2. "name": "shop",
  3. "version": "1.0.0",
  4. "description": "客户管理系统小程序端",
  5. "keywords": [],
  6. "dependencies": {
  7. "animate.css": "^3.7.2",
  8. "cos-wx-sdk-v5": "^1.0.10",
  9. "dayjs": "^1.11.7",
  10. "tim-wx-sdk": "^2.17.0"
  11. },
  12. "main": "main.js",
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }