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.
 
 

22 lines
395 B

  1. {
  2. "name": "examp",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "server.js",
  6. "scripts": {
  7. "devStart": "nodemon server.js"
  8. },
  9. "author": "RinRi",
  10. "license": "GPL-3.0-or-later",
  11. "dependencies": {
  12. "ejs": "^3.1.6",
  13. "express": "^4.17.1",
  14. "pg": "^8.6.0",
  15. "pg-hstore": "^2.3.4",
  16. "sequelize": "^6.6.4"
  17. },
  18. "devDependencies": {
  19. "nodemon": "^2.0.7"
  20. }
  21. }