-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 914 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
{
"name": "curriculum-vitae",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "resume serve -t ./node_modules/jsonresume-theme-macchiato",
"html": "resume export index.html -t ./node_modules/jsonresume-theme-macchiato -f html",
"pdf": "resume export resume.pdf -t ./node_modules/jsonresume-theme-macchiato -f pdf",
"all": "npm run html && npm run pdf",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmartinez10/curriculum-vitae.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidmartinez10/curriculum-vitae/issues"
},
"homepage": "https://github.com/davidmartinez10/curriculum-vitae#readme",
"dependencies": {
"jsonresume-theme-macchiato": "^1.1.0",
"patch-package": "^6.5.1",
"resume-cli": "^3.0.8"
}
}