summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 06:18:44 +0200
committerRory& <root@rory.gay>2025-05-28 06:18:44 +0200
commit0801158d7da95c1af8fe7f93b605508b7fecbc0f (patch)
treebbe86e543af02246ba9e7fbe027af2ebf10bf84d /package.json
parentInit package.json (diff)
downloadnodejs-final-assignment-0801158d7da95c1af8fe7f93b605508b7fecbc0f.tar.xz
Add basic dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/package.json b/package.json

index fca13ee..d4fcb2c 100644 --- a/package.json +++ b/package.json
@@ -4,12 +4,23 @@ "description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/3A9ByVp3)", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/VivesMDima/nodejs-ti-a-final-assignment-TheArcaneBrony" }, "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "eslint": "^9.27.0", + "express": "^5.1.0", + "husky": "^9.1.7", + "joi": "^17.13.3", + "jsonwebtoken": "^9.0.2", + "mongoose": "^8.15.0", + "prettier": "^3.5.3", + "prettier-quick": "^0.0.5", + "ws": "^8.18.2" + } }