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.

18 lines
358 B

  1. {
  2. "name": "messanger",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "body-parser": "^1.19.0",
  8. "cors": "^2.8.5",
  9. "express": "^4.17.1",
  10. "request": "^2.88.2"
  11. },
  12. "devDependencies": {},
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }