-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "neat-resume",
"version": "1.0.0",
"description": "easy-to-use static résumé/CV(Curriculum Vitae) website builder",
"keywords": [
"nodejs",
"resume-template",
"resume",
"curriculum-vitae",
"cv",
"static-site",
"cv-template",
"resume-builder",
"resume-site-builder",
"resume-website",
"curriculum-vitae-template"
],
"author": "Hyecheol (Jerry) Jang <hyecheol123@gmail.com>",
"main": "app.js",
"scripts": {
"lint": "eslint \"**/*.js\" && prettier \"**/*.js\"",
"lint:fix": "eslint \"**/*.js\" --fix && prettier \"**/*.js\" --write",
"build": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: no test specified\" && exit 1",
"clean": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyecheol123/Neat-Resume.git"
},
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/hyecheol123/Neat-Resume/issues"
},
"homepage": "https://github.com/hyecheol123/Neat-Resume#readme",
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1"
}
}