From 9d33b2fe6b3fbea60d981d9f4ed24cf82b05a7af Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 29 May 2025 22:48:16 +0200 Subject: Prettier config --- package.json | 72 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 550cd25..1d4c039 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,38 @@ { - "name": "nodejs-final-assignment", - "version": "1.0.0", - "description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/3A9ByVp3)", - "main": "src/api/start.js", - "type": "module", - "scripts": { - "prepare": "husky install" - }, - "repository": { - "type": "git", - "url": "https://github.com/VivesMDima/nodejs-ti-a-final-assignment-TheArcaneBrony" - }, - "author": "", - "license": "ISC", - "imports": { - "#api/*": "./src/api/*", - "#db/*": "./src/db/*", - "#util/*": "./src/util/*" - }, - "devDependencies": { - "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.27.0", - "eslint": "^9.27.0", - "globals": "^16.2.0", - "husky": "^9.1.7", - "prettier": "^3.5.3", - "prettier-quick": "^0.0.5" - }, - "dependencies": { - "express": "^5.1.0", - "joi": "^17.13.3", - "jsonwebtoken": "^9.0.2", - "mongoose": "^8.15.0", - "morgan": "^1.10.0", - "ws": "^8.18.2" - } + "name": "nodejs-final-assignment", + "version": "1.0.0", + "description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/3A9ByVp3)", + "main": "src/api/start.js", + "type": "module", + "scripts": { + "prepare": "husky install" + }, + "repository": { + "type": "git", + "url": "https://github.com/VivesMDima/nodejs-ti-a-final-assignment-TheArcaneBrony" + }, + "author": "", + "license": "ISC", + "imports": { + "#api/*": "./src/api/*", + "#db/*": "./src/db/*", + "#util/*": "./src/util/*" + }, + "devDependencies": { + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "^9.27.0", + "eslint": "^9.27.0", + "globals": "^16.2.0", + "husky": "^9.1.7", + "prettier": "^3.5.3", + "prettier-quick": "^0.0.5" + }, + "dependencies": { + "express": "^5.1.0", + "joi": "^17.13.3", + "jsonwebtoken": "^9.0.2", + "mongoose": "^8.15.0", + "morgan": "^1.10.0", + "ws": "^8.18.2" + } } -- cgit 1.5.1