package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "@dcloudio/uni-automator",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-automator",
  5. "main": "dist/index.js",
  6. "files": [
  7. "dist",
  8. "lib"
  9. ],
  10. "sideEffects": false,
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/dcloudio/uni-app.git",
  14. "directory": "packages/uni-automator"
  15. },
  16. "license": "Apache-2.0",
  17. "bugs": {
  18. "url": "https://github.com/dcloudio/uni-app/issues"
  19. },
  20. "uni-app": {
  21. "name": "uniAutomator",
  22. "apply": [
  23. "app",
  24. "h5",
  25. "mp-weixin"
  26. ],
  27. "uvue": true
  28. },
  29. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  30. "dependencies": {
  31. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  32. "address": "^1.1.2",
  33. "cross-env": "^7.0.3",
  34. "debug": "^4.3.3",
  35. "default-gateway": "^6.0.3",
  36. "fs-extra": "^10.0.0",
  37. "jsonc-parser": "^3.2.0",
  38. "licia": "^1.29.0",
  39. "merge": "^2.1.1",
  40. "qrcode-reader": "^1.0.4",
  41. "qrcode-terminal": "^0.12.0",
  42. "ws": "^8.4.2"
  43. },
  44. "devDependencies": {
  45. "@types/debug": "^4.1.7",
  46. "@types/fs-extra": "^9.0.13"
  47. },
  48. "peerDependencies": {
  49. "jest": "27.0.4",
  50. "jest-environment-node": "27.5.1"
  51. }
  52. }