石墨消解 mock
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.

30 lines
723 B

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "express-ts",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "start": "ts-node src/index.ts",
  8. "dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
  9. "build": "tsc",
  10. "serve": "node dist/index.js"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "ISC",
  15. "description": "",
  16. "dependencies": {
  17. "body-parser": "^2.1.0",
  18. "express": "^5.0.1",
  19. "ws": "^8.18.1"
  20. },
  21. "devDependencies": {
  22. "@types/body-parser": "^1.19.5",
  23. "@types/express": "^5.0.0",
  24. "@types/node": "^22.13.4",
  25. "@types/ws": "^8.5.14",
  26. "nodemon": "^3.1.9",
  27. "ts-node": "^10.9.2",
  28. "typescript": "^5.7.3"
  29. }
  30. }