-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 804 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 804 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
{
"name": "fardjad-dotfiles",
"version": "1.0.0",
"private": true,
"description": "My dotfiles for macOS and Linux",
"homepage": "https://github.com/fardjad/dotfiles#readme",
"bugs": {
"url": "https://github.com/fardjad/dotfiles/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fardjad/dotfiles.git"
},
"license": "CC BY-NC 4.0",
"author": "Fardjad Davari <public@fardjad.com>",
"scripts": {
"fix": "prettier --ignore-path .gitignore --write .",
"prepare": "husky",
"test": "ncu -e 2 && prettier --ignore-path .gitignore --check ."
},
"devDependencies": {
"husky": "^9.1.7",
"npm-check-updates": "^19.3.1",
"prettier": "^3.8.1",
"prettier-plugin-packagejson": "^3.0.0",
"prettier-plugin-sh": "^0.18.0"
}
}