-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.2 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
45
46
47
48
49
{
"name": "sync-fork",
"description": "quick sync your fork",
"version": "0.8.0",
"main": "bin/index.min.js",
"license": "MIT",
"author": {
"name": "spectralapps",
"email": "[email protected]",
"url": "https://www.spectralapps.com.br"
},
"keywords": [
"git",
"sync fork",
"sync-fork",
"git fetch upstream",
"git merge upstream",
"github",
"cli tool"
],
"repository": {
"type": "git",
"url": "https://github.com/andrew-colman/sync-fork"
},
"scripts": {
"build": "node builder.js",
"prepublishOnly": "npm run build",
"test": "jest --verbose",
"test:coverage": "jest --coverage",
"test:only": "jest"
},
"bin": {
"sync-fork": "bin/index.min.js"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.1.0",
"nanov": "^1.0.1"
},
"devDependencies": {
"add-two-number": "^0.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"jest": "^26.6.3",
"mock-stdio": "^1.0.3",
"prettier": "^2.1.2",
"terser": "^5.5.1"
}
}