-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
44 lines (44 loc) · 1.02 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
44
{
"name": "freefolio",
"version": "0.1.0",
"description": "Free Professional Portfolio Website Templates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jofftiquez/freefolio.git"
},
"keywords": [
"portfolio",
"templates",
"cv",
"resume",
"website",
"template",
"cv",
"template"
],
"author": "Jofferson R Tiquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jofftiquez/freefolio/issues"
},
"homepage": "https://github.com/jofftiquez/freefolio#readme",
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.24.0",
"husky": "^8.0.3",
"tailwindcss": "^3.3.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}