-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "moroccan-git",
"version": "1.0.2",
"description": "A collection of Moroccan aliases for Git workflow.",
"author": "Abderrahim Soubai Elidrissi",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: Fin ghadi afin awa ghadi\\\" && exit 1",
"lint": "eslint ./**/*.js",
"prettify": "prettier \"./**/*.js\" --write",
"clean-warp": "npm run lint && npm run prettify && git add -A"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbderrahimSoubaiElidrissi/moroccan-git.git"
},
"pre-commit": [
"clean-warp"
],
"preferGlobal": true,
"keywords": [
"git",
"git alias",
"version control",
"vcs",
"morocco"
],
"license": "WTFPL",
"bugs": {
"url": "https://github.com/AbderrahimSoubaiElidrissi/moroccan-git/issues"
},
"homepage": "https://github.com/AbderrahimSoubaiElidrissi/moroccan-git#readme",
"bin": {
"mgit": "./index.js"
},
"dependencies": {
"chalk": "^2.4.2"
},
"devDependencies": {
"eslint": "^5.15.3",
"pre-commit": "^1.2.2",
"prettier": "^1.16.4"
}
}