-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "jsonresume-theme-relaxed",
"version": "0.2.1",
"license": "MPL-2.0",
"description": "A JSON Resume theme optimised for PDF output",
"author": {
"name": "Observer of Time",
"email": "chronobserver@disroot.org",
"url": "https://observeroftime.github.io/"
},
"keywords": [
"resume",
"jsonresume",
"jsonresume-theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ObserverOfTime/jsonresume-theme-relaxed.git"
},
"bugs": {
"url": "https://github.com/ObserverOfTime/jsonresume-theme-relaxed/issues"
},
"scripts": {
"build": "resume export -t .",
"start": "resume serve -t . -s",
"validate": "resume validate",
"prepare": "stylus -c src/resume.styl"
},
"dependencies": {
"@chronobserver/htmls": "^0.4.5"
},
"devDependencies": {
"resume-cli": "^3.1.2",
"stylus": "^0.64.0"
},
"overrides": {
"axios": "^1.12.2",
"brace-expansion": "^2.0.2",
"form-data": "4.0.4",
"tar-fs": "^2.1.4",
"ws": "^8.18.3"
}
}