package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "shop",
  3. "version": "1.0.0",
  4. "description": "彩图奔跑 - 商家小程序",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "uni-app": {
  13. "scripts": {
  14. "dev-h5": {
  15. "title": "开发版 - h5",
  16. "env": {
  17. "UNI_PLATFORM": "h5",
  18. "API_BASE_URL": "https://t-mapi.colormaprun.com/api/shop/"
  19. }
  20. },
  21. "prod-h5": {
  22. "title": "正式版 - h5",
  23. "env": {
  24. "UNI_PLATFORM": "h5",
  25. "API_BASE_URL": "https://colormaprun.com/api/shop/"
  26. }
  27. },
  28. "dev-mp-weixin": {
  29. "title": "开发版 - 微信小程序",
  30. "env": {
  31. "UNI_PLATFORM": "mp-weixin",
  32. "API_BASE_URL": "https://t-mapi.colormaprun.com/api/shop/"
  33. }
  34. },
  35. "prod-mp-weixin": {
  36. "title": "正式版 - 微信小程序",
  37. "env": {
  38. "UNI_PLATFORM": "mp-weixin",
  39. "API_BASE_URL": "https://colormaprun.com/api/shop/"
  40. }
  41. }
  42. }
  43. },
  44. "dependencies": {
  45. "weixin-js-sdk": "^1.6.5"
  46. }
  47. }