-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 756 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": "affected-files",
"version": "4.2.2",
"description": "Retrieves all files which affected in current git branch",
"author": "Diokuz",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/diokuz/affected-files.git"
},
"bin": {
"afiles": "./bin/cli.js",
"affected-files": "./bin/cli.js"
},
"scripts": {
"afiles": "./bin/cli.js"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/glob": "^7.1.1",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"debug": "^4.1.1",
"jest": "^26.0.1",
"prettier": "2.0.5",
"ts-jest": "^26.0.0"
},
"dependencies": {
"filter-dependent": "^2.2.2",
"minimatch": "^3.0.4"
}
}