46 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "dwengo-1",
 | |
|     "version": "0.2.0",
 | |
|     "description": "Monorepo for Dwengo-1",
 | |
|     "private": true,
 | |
|     "type": "module",
 | |
|     "scripts": {
 | |
|         "prebuild": "npm run clean && npm run swagger --workspace=docs",
 | |
|         "build": "tsc --build tsconfig.build.json",
 | |
|         "clean": "tsc --build tsconfig.build.json --clean",
 | |
|         "watch": "tsc --build tsconfig.build.json --watch",
 | |
|         "format": "npm run format --workspace=backend --workspace=common --workspace=frontend",
 | |
|         "format-check": "npm run format-check --workspace=backend --workspace=common --workspace=frontend",
 | |
|         "lint": "npm run lint --workspace=backend --workspace=common --workspace=frontend",
 | |
|         "pretest:unit": "npm run build",
 | |
|         "test:unit": "npm run test:unit --workspace=backend --workspace=frontend",
 | |
|         "test:coverage": "npm run test:coverage --workspace=backend --workspace=frontend"
 | |
|     },
 | |
|     "workspaces": [
 | |
|         "backend",
 | |
|         "common",
 | |
|         "frontend",
 | |
|         "docs"
 | |
|     ],
 | |
|     "repository": {
 | |
|         "type": "git",
 | |
|         "url": "git+https://github.com/SELab-2/Dwengo-1.git"
 | |
|     },
 | |
|     "license": "MIT",
 | |
|     "bugs": {
 | |
|         "url": "https://github.com/SELab-2/Dwengo-1/issues"
 | |
|     },
 | |
|     "homepage": "https://sel2-1.ugent.be/",
 | |
|     "devDependencies": {
 | |
|         "@eslint/compat": "^1.2.6",
 | |
|         "@eslint/js": "^9.20.0",
 | |
|         "@types/eslint-config-prettier": "^6.11.3",
 | |
|         "@typescript-eslint/eslint-plugin": "^8.24.1",
 | |
|         "@typescript-eslint/parser": "^8.24.1",
 | |
|         "@vitest/coverage-v8": "^3.0.8",
 | |
|         "eslint": "^9.20.1",
 | |
|         "eslint-config-prettier": "^10.0.1",
 | |
|         "jiti": "^2.4.2",
 | |
|         "typescript-eslint": "^8.24.1"
 | |
|     }
 | |
| }
 |