-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 993 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
{
"name": "portfolio-bootstrap",
"description": "Portfolio website of Jelle Van Goethem",
"version": "1.0.0",
"author": "Jelle Van Goethem",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Nycto97/portfolio-bootstrap#readme",
"bugs": {
"url": "https://github.com/Nycto97/portfolio-bootstrap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nycto97/portfolio-bootstrap.git"
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-attributes": "^1.0.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"scripts": {
"format": "prettier --ignore-unknown --write . && echo Formatted files with Prettier!",
"prepare": "husky"
},
"keywords": [
"bootstrap",
"portfolio"
]
}