提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
547 B

  1. {
  2. "name": "launch-editor",
  3. "version": "2.12.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.1.1",
  22. "shell-quote": "^1.8.3"
  23. }
  24. }