package.json 500 B

12345678910111213141516171819
  1. {
  2. "name": "caimei-applets-weisha",
  3. "version": "1.0.0",
  4. "description": "caimei-applets-weisha --维沙采购商城小程序",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@git.caimei365.com:caimei-repository/caimei-applets-caimei.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "umtrack-wx": "^2.5.2"
  18. }
  19. }