-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
18 lines (18 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "personal-site",
"version": "0.3.5",
"repository": "[email protected]:mrdimfox/mrdimfox.github.io.git",
"author": "Lisin D. <[email protected]>",
"license": "MIT",
"dependencies": {
"resume-cli": "^3.0.7",
"jsonresume-theme-short": "^0.1.7",
"jsonresume-theme-stackoverflow-fixed": "file:./theme/jsonresume-theme-stackoverflow-fixed"
},
"scripts": {
"embedded_pdf": "npx resume-cli export public/index.pdf -r resume_embedded.json -t stackoverflow-fixed -d public -f pdf",
"common_pdf": "npx resume-cli export public/index.pdf -r resume_common.json -t stackoverflow-fixed -d public -f pdf",
"embedded_html": "npx resume-cli export public/index.pdf.html -r resume_embedded.json -t stackoverflow-fixed -d public -f html",
"common_html": "npx resume-cli export public/index.pdf.html -r resume_common.json -t stackoverflow-fixed -d public -f html"
}
}