-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 811 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 811 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": "dotfiles",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "echo 'not build step required'",
"fmt": "prettier --write \"\"",
"fmtcheck": "prettier --check ",
"updatetag": "git tag -d v1-alpha && git push origin :v1-alpha && git tag -a v1-alpha -m '' && git push origin v1-alpha",
"changelog": "conventional-changelog -p angular -o docs/CHANGELOG.md -s"
},
"repository": "github:orangzz/dotfiles",
"homepage": "https://orangzz.github.io/dotfiles/",
"keywords": [
"dotfiles"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.4",
"devDependencies": {
"conventional-changelog-cli": "^5.0.0",
"execa": "^9.6.0",
"picocolors": "^1.1.1",
"prettier": "^3.6.2",
"prompts": "^2.4.2",
"semver": "^7.7.2"
}
}