44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"name": "dwengo-1",
|
|
"version": "0.1.1",
|
|
"description": "Monorepo for Dwengo-1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"prebuild": "npm run clean",
|
|
"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",
|
|
"test:unit": "npm run test:unit --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"
|
|
}
|
|
}
|