-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 769 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
27
28
29
30
31
32
33
34
35
{
"name": "cv",
"version": "2.0.0",
"description": "CV",
"private": true,
"scripts": {
"lint": "eslint ./src/**"
},
"repository": {
"type": "git",
"url": "https://github.com/tanenbaum/cv.git"
},
"keywords": [
"CV"
],
"author": "Joe Shaw",
"homepage": "https://github.com/tanenbaum/cv",
"dependencies": {
"deepmerge": "^4.2.2",
"handlebars": "^4.7.7",
"highlight.js": "^10.7.1",
"loglevel": "^1.7.1",
"marked": "^2.0.1",
"puppeteer": "^8.0.0",
"yaml": "^1.10.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1"
}
}