提交学习笔记专用
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.

29 lines
677 B

  1. {
  2. "name": "launch-editor-middleware",
  3. "version": "2.12.0",
  4. "description": "express middleware for launching editor",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/yyx990803/launch-editor.git"
  12. },
  13. "keywords": [
  14. "express",
  15. "middleware",
  16. "editor"
  17. ],
  18. "author": "Evan You",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/yyx990803/launch-editor/issues"
  22. },
  23. "homepage": "https://github.com/yyx990803/launch-editor#readme",
  24. "dependencies": {
  25. "launch-editor": "^2.12.0"
  26. },
  27. "scripts": {
  28. "test": "node --test --experimental-test-module-mocks"
  29. }
  30. }