-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 751 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
{
"name": "dotfiles",
"version": "3.0.0",
"description": "dotfiles for MacOS",
"main": "osx.sh",
"repository": "git+https://github.com/sydrawat01/dotfiles.git",
"keywords": [
"dotfiles",
"macos",
"sydrawat",
".files"
],
"author": "Siddharth Rawat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sydrawat/dotfiles01/issues"
},
"homepage": "https://github.com/sydrawat01/dotfiles#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0"
}
}