-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "appointme",
"version": "1.90.20",
"description": "This web application helps you planning your appointments.",
"main": "README.md",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"no tests yet\" && exit 0",
"ci": "pnpm -r run ci; pnpm dlx merge-ctrf -k ctrf",
"backend": "pnpm --filter backend start",
"client": "pnpm --filter client start",
"build": "pnpm -r build",
"build:common": "pnpm --filter common build",
"build:backend": "pnpm --filter backend build",
"build:client": "pnpm --filter client build",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git@github.com:fhswf/appointme.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"tag": "latest"
},
"contributors": [
{
"name": "Felix Hinnemann"
},
{
"name": "Christian Gawron",
"email": "gawron.christian@fh-swf.de"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fhswf/appointme/issues"
},
"homepage": "https://github.com/fhswf/appointme#readme",
"devDependencies": {
"dotenv-vault": "^1.27.0",
"fast-xml-parser": "^5.5.7",
"jest-ctrf-json-reporter": "^0.0.10",
"js-yaml": "^4.1.0",
"typedoc": "^0.28.17",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.27.0",
"dependencies": {
"@tailwindcss/postcss": "^4.1.18"
},
"stableVersion": "1.38.0",
"resolutions": {
"lodash.template": "npm:lodash@4.17.23",
"glob": "11.1.0"
}
}