package.json 741 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "fc",
  3. "version": "1.0.0",
  4. "description": "> typescript",
  5. "dependencies": {
  6. "@types/morgan": "^1.9.4",
  7. "body-parser": "^1.20.2",
  8. "express": "^4.18.2",
  9. "morgan": "^1.10.0",
  10. "nodemon": "^2.0.22",
  11. "ts-node": "^10.9.1",
  12. "typescript": "^5.0.3",
  13. "wake_on_lan": "^1.0.0",
  14. "winston": "^3.8.2",
  15. "winston-daily-rotate-file": "^4.7.1"
  16. },
  17. "devDependencies": {
  18. "@types/express": "^4.17.17",
  19. "@types/node": "^18.15.11",
  20. "@types/wake_on_lan": "^0.0.30"
  21. },
  22. "scripts": {
  23. "tsc": "tsc",
  24. "start": "node build/app.js",
  25. "dev": "nodemon src/app.ts",
  26. "build": "tsc -p .",
  27. "test": "echo \"Error: no test specified\" && exit 1"
  28. },
  29. "author": "",
  30. "license": "ISC"
  31. }