package.json 556 B

123456789101112131415161718192021222324
  1. {
  2. "name": "shared",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "rimraf build && tsc"
  9. },
  10. "author": "ghorsington",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@types/node": "^14.0.5",
  14. "nodemailer": "^6.4.11",
  15. "rimraf": "^3.0.2",
  16. "typeorm": "^0.2.25",
  17. "typescript": "^3.9.3",
  18. "winston": "^3.3.3",
  19. "winston-transport": "^4.4.0"
  20. },
  21. "devDependencies": {
  22. "@types/nodemailer": "^6.4.0"
  23. }
  24. }