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.

123456789101112131415161718192021222324252627
  1. {
  2. "name": "excalidraw-portal",
  3. "dependencies": {
  4. "@types/debug": "4.1.5",
  5. "@types/express": "4.17.11",
  6. "@types/node": "14.14.31",
  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. "ts-node-dev": "1.1.1",
  13. "typescript": "4.1.5"
  14. },
  15. "license": "MIT",
  16. "main": "dist/index.js",
  17. "scripts": {
  18. "build": "tsc",
  19. "format": "yarn prettier --write",
  20. "lint": "yarn prettier --list-different",
  21. "prettier": "prettier \"**/*.{ts,md,json,yaml,yml}\"",
  22. "start": "node dist/index.js",
  23. "start:dev": "ts-node-dev --respawn --transpile-only src/index.ts",
  24. "test": "yarn lint"
  25. },
  26. "version": "1.0.0"
  27. }