package.json 698 B

123456789101112131415161718192021222324252627282930
  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. },
  16. "devDependencies": {
  17. "@types/express": "^4.17.17",
  18. "@types/node": "^18.15.11",
  19. "@types/wake_on_lan": "^0.0.30"
  20. },
  21. "scripts": {
  22. "tsc": "tsc",
  23. "start": "node build/app.js",
  24. "dev": "nodemon src/app.ts",
  25. "build": "tsc -p .",
  26. "test": "echo \"Error: no test specified\" && exit 1"
  27. },
  28. "author": "",
  29. "license": "ISC"
  30. }