generated from maehr/open-research-data-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.26 KB
/
package.json
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
{
"name": "decoding-inequality-2025",
"description": "Decoding Inequality: Kritische Perspektiven auf Machine Learning und gesellschaftliche Ungleichheit",
"author": {
"name": "Moritz Mähr",
"email": "moritz.maehr@faculty.unibe.ch",
"url": "https://github.com/maehr"
},
"contributors": [
{
"name": "Rachel Huber",
"email": "rachel.huber@faculty.unibe.ch",
"url": "https://github.com/HistoRaHub"
}
],
"url": "https://github.com/DHBern/decoding-inequality-2025/issues",
"license": "AGPL-3.0",
"scripts": {
"check": "prettier --ignore-path .gitignore --check . '!{CODE_OF_CONDUCT.md,LICENSE-AGPL.md,LICENSE-CCBYSA.md,_layouts/default.html,package-lock.json,pnpm-lock.yaml,yarn.lock}'",
"commit": "cz",
"format": "prettier --ignore-path .gitignore --write . '!{CODE_OF_CONDUCT.md,LICENSE-AGPL.md,LICENSE-CCBYSA.md,_layouts/default.html,package-lock.json,pnpm-lock.yaml,yarn.lock}'",
"prepare": "husky",
"changelog": "npm exec git-cliff -- --config cliff.toml"
},
"devDependencies": {
"commitizen": "^4.3.1",
"cz": "^1.8.2",
"cz-conventional-changelog": "^3.3.0",
"git-cliff": "^2.7.0",
"husky": "^9.1.7",
"prettier": "^3.4.0"
},
"type": "module",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}