-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 858 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
{
"name": "resume",
"version": "0.1.0",
"description": "resume",
"main": "index.js",
"scripts": {
"build": "mkdir -p out && resume export -f .html -t classy out/index.html && node replacer",
"deploy": "aws s3 sync out s3://resume.bglee.me --delete",
"invalidation": "aws cloudfront create-invalidation --distribution-id E32D4Q7TDTPLXS --paths \"/*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deptno/resume.git"
},
"author": "Bonggyun Lee <deptno@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/deptno/resume/issues"
},
"homepage": "https://github.com/deptno/resume#readme",
"devDependencies": {
"jsonresume-theme-classy": "^1.0.9",
"replace-in-file": "^3.1.1",
"resume-cli": "^0.4.19"
}
}