-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 741 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 741 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
{
"name": "resume",
"version": "1.0.0",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dougmaitelli/dougmaitelli.github.io.git"
},
"author": "Douglas Maitelli",
"license": "UNLICENSED",
"scripts": {
"dev": "onchange 'resume.json' -- $npm_execpath run build",
"build": "mkdirp ./out && $npm_execpath run build:main",
"build:main": "resumed render resume.json --output ./out/index.html --theme jsonresume-theme-neon",
"deploy": "node ./scripts/deploy.js"
},
"type": "module",
"devDependencies": {
"gh-pages": "^6.3.0",
"jsonresume-theme-neon": "^1.1.0",
"mkdirp": "^3.0.1",
"onchange": "^7.1.0",
"resumed": "^6.1.0"
}
}