Advertisement
Guest User

Untitled

a guest
Sep 20th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "name": "my-app",
  3. "private": true,
  4. "version": "0.0.0",
  5. "description": "a Sails application",
  6. "keywords": [],
  7. "dependencies": {
  8. "@sailshq/connect-redis": "^3.2.1",
  9. "@sailshq/lodash": "^3.10.3",
  10. "@sailshq/socket.io-redis": "^5.2.0",
  11. "grunt": "1.0.4",
  12. "js-cookie": "^3.0.1",
  13. "local-storage": "^2.0.0",
  14. "moment": "^2.29.1",
  15. "node-fetch": "^2.6.1",
  16. "sails": "^1.4.3",
  17. "sails-hook-grunt": "^4.0.0",
  18. "sails-hook-orm": "^3.0.2",
  19. "sails-hook-sockets": "^2.0.0",
  20. "sails-mysql": "1.0.2",
  21. "uuid": "^8.3.2"
  22. },
  23. "devDependencies": {
  24. "eslint": "5.16.0"
  25. },
  26. "scripts": {
  27. "start": "NODE_ENV=production node app.js",
  28. "test": "npm run lint && npm run custom-tests && echo 'Done.'",
  29. "lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
  30. "custom-tests": "echo \"(No other custom tests yet.)\" && echo"
  31. },
  32. "main": "app.js",
  33. "repository": {
  34. "type": "git",
  35. "url": "git://github.com/anonymous node/sails user/my-app.git"
  36. },
  37. "author": "anonymous node/sails user",
  38. "license": "",
  39. "engines": {
  40. "node": "^10.16"
  41. }
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement