package.json 341 B

123456789101112131415
  1. {
  2. "name": "adbkit-init",
  3. "version": "1.0.0",
  4. "description": "run `python -m uiautomator2 init` once android device plugin.",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "MIT",
  11. "dependencies": {
  12. "adbkit": "^2.11.0",
  13. "minimist": "^1.2.0"
  14. }
  15. }