package.json 547 B

123456789101112131415161718192021222324
  1. {
  2. "name": "launch-editor",
  3. "version": "2.4.0",
  4. "description": "launch editor from node.js",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/yyx990803/launch-editor.git"
  9. },
  10. "keywords": [
  11. "launch",
  12. "editor"
  13. ],
  14. "author": "Evan You",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/yyx990803/launch-editor/issues"
  18. },
  19. "homepage": "https://github.com/yyx990803/launch-editor#readme",
  20. "dependencies": {
  21. "picocolors": "^1.0.0",
  22. "shell-quote": "^1.6.1"
  23. }
  24. }