-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 966 Bytes
/
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
{
"dependencies": {
"base64url": "^3.0.1",
"js-sha256": "^0.9.0"
},
"name": "seminararbeit-sose-2023",
"description": "[![Build](https://github.com/andygrunwald/FOM-LaTeX-Template/actions/workflows/Check.yml/badge.svg)](https://github.com/andygrunwald/FOM-LaTeX-Template/actions/workflows/Check.yml)",
"version": "1.2.7",
"main": "thesis_main.tex",
"devDependencies": {},
"scripts": {
"test": "sh compile.sh",
"compile": "arara thesis_main",
"version": "npm run compile && git add thesis_main.pdf",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D4sK43nguru/SeminararbeitSoSe2023.git"
},
"keywords": [
"TeX",
"College"
],
"author": "DasKänguru",
"license": "MIT",
"bugs": {
"url": "https://github.com/D4sK43nguru/SeminararbeitSoSe2023/issues"
},
"homepage": "https://github.com/D4sK43nguru/SeminararbeitSoSe2023#readme"
}