-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 902 Bytes
/
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
{
"name": "configs",
"version": "1.0.0",
"description": "Configs for: ------------ - w3m - tmux - vim - mutt - zshrc - Sublime Text - irssi and more...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "update.bat && echo ------------------ FILES COPIED!"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmitriyK1/configs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmitriyK1/configs/issues"
},
"homepage": "https://github.com/dmitriyK1/configs#readme",
"devDependencies": {
"pre-commit": "^1.1.3"
},
"config": {
"ghooks": {
"post-merge": "update.bat && echo ------------------ FILES COPIED!",
"post-rewrite": "update.bat && echo ------------------ FILES COPIED!"
}
},
"pre-commit": [
"update"
]
}