-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 839 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
30
31
32
33
{
"name": "resume-nicolas-chauvin",
"version": "1.0.0",
"description": "Nicolas Chauvin's curriculum vitæ",
"main": "open-resume.js",
"dependencies": {
"jsonresume-theme-stackoverflow": "^2.0.0",
"opn": "^6.0.0",
"puppeteer": "^18.2.1",
"resume-cli": "^3.0.7"
},
"devDependencies": {},
"scripts": {
"start": "npm run regenerate && npm run open",
"open": "./open-resume.js",
"regenerate": "./generate.sh && ./patch-html.sh",
"test": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grenadingue/Grenadingue.github.io.git"
},
"keywords": [
"CV",
"Resume"
],
"author": "Grenadingue",
"license": "MIT",
"bugs": {
"url": "https://github.com/Grenadingue/Grenadingue.github.io/issues"
},
"homepage": "https://grenadingue.github.io/"
}