package.json 424 B

12345678910111213141516171819202122
  1. {
  2. "name": "pos_xcx",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.ahamu.cn:9202/geek/pos_xcx.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "weui-miniprogram": "^1.0.6"
  17. },
  18. "dependencies": {
  19. "miniprogram-api-promise": "^1.0.4"
  20. }
  21. }