-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 828 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 828 Bytes
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
{
"name": "resume",
"version": "1.0.0",
"description": "DeeLaKs resume",
"main": "resume.json",
"scripts": {
"validate": "npx resume validate",
"serve": "npx resume serve --theme eloquent-mod",
"export-html": "npx resume export index-to-export.html --format html --theme eloquent-mod",
"export-pdf": "npx resume export resume-to-export.pdf --format pdf --theme eloquent-mod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deelaks/resume.git"
},
"keywords": [
"resume",
"deelaks"
],
"author": "deelaks",
"license": "MIT",
"bugs": {
"url": "https://github.com/deelaks/resume/issues"
},
"homepage": "https://github.com/deelaks/resume#readme",
"devDependencies": {
"jsonresume-theme-eloquent-mod": "^4.24.0",
"resume-cli": "^3.0.8"
}
}