-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "myaegee-monorepo",
"version": "1.0.0",
"private": true,
"description": "MyAEGEE Platform - Monorepo for all microservices",
"repository": {
"type": "git",
"url": "https://github.com/AEGEE/MyAEGEE.git"
},
"author": "AEGEE Europe",
"license": "ISC",
"workspaces": [
"core",
"events",
"frontend",
"discounts",
"knowledge",
"network",
"statutory",
"summeruniversity",
"mailer",
"gsuite-wrapper"
],
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^13.1.3",
"@semantic-release/release-notes-generator": "^14.1.0",
"husky": "^9.1.7",
"semantic-release": "^25.0.2",
"semantic-release-monorepo": "^8.0.2"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.0.0"
},
"scripts": {
"prepare": "husky || true",
"postinstall": "echo '✓ Workspace setup complete - all 10 modules ready'",
"test": "echo 'Run tests in individual modules'",
"lint": "echo 'Run linters in individual modules'"
}
}