您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 621B

12345678910111213141516171819202122232425
  1. {
  2. "name": "excalidraw-portal",
  3. "dependencies": {
  4. "@types/debug": "4.1.5",
  5. "@types/express": "4.17.11",
  6. "@types/node": "14.14.22",
  7. "@types/socket.io": "2.1.4",
  8. "debug": "4.3.1",
  9. "express": "4.17.1",
  10. "prettier": "2.2.1",
  11. "socket.io": "2.3.0",
  12. "typescript": "4.1.3"
  13. },
  14. "license": "MIT",
  15. "main": "dist/index.js",
  16. "scripts": {
  17. "build": "tsc",
  18. "format": "yarn prettier --write",
  19. "lint": "yarn prettier --list-different",
  20. "prettier": "prettier \"**/*.{ts,md,json,yaml,yml}\"",
  21. "start": "node dist/index.js",
  22. "test": "yarn lint"
  23. },
  24. "version": "1.0.0"
  25. }