package.json 617 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "launch-editor",
  3. "version": "2.14.1",
  4. "description": "launch editor from node.js",
  5. "keywords": [
  6. "editor",
  7. "launch"
  8. ],
  9. "homepage": "https://github.com/vitejs/launch-editor#readme",
  10. "bugs": {
  11. "url": "https://github.com/vitejs/launch-editor/issues"
  12. },
  13. "license": "MIT",
  14. "author": "Evan You",
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/vitejs/launch-editor.git"
  18. },
  19. "main": "index.js",
  20. "dependencies": {
  21. "picocolors": "^1.1.1",
  22. "shell-quote": "^1.8.4"
  23. },
  24. "scripts": {
  25. "test": "node --test --experimental-test-module-mocks"
  26. }
  27. }