-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 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
29
30
31
32
33
{
"name": "quickfix",
"version": "1.0.4",
"description": "Detects and saves local changes to dependencies that are protected by .gitignore.",
"main": "index.js",
"author": "maxchehab",
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"deasync": "^0.1.10",
"dir-compare": "^1.4.0",
"find-root": "^1.1.0",
"fs-extra": "^4.0.2",
"has-yarn": "^1.0.0",
"jsonfile": "^4.0.0",
"node-run-cmd": "^1.0.1",
"path": "^0.12.7",
"uuid": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/maxchehab/quickfix.git"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^21.2.1"
},
"bin": {
"quickfix": "./index.js"
}
}