-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
50
51
52
53
{
"name": "photo-mgmt-v2",
"version": "0.3.2",
"description": "My personal photo management scripts.",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"test": "echo \"Use nps!\" && exit 1"
},
"author": {
"name": "qaraluch",
"email": "[email protected]",
"url": "https://github.com/qaraluch"
},
"homepage": "https://github.com/qaraluch/photo-mgmt-v2",
"repository": {
"type": "git",
"url": "https://github.com/qaraluch/photo-mgmt-v2.git"
},
"files": [
"src/*.js"
],
"bin": {
"photo-mgmt": "src/cli.js"
},
"devDependencies": {
"ava": "^3.13.0",
"eslint": "7.12.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.1.4",
"nps-utils": "1.7.0",
"prettier": "2.1.2"
},
"dependencies": {
"archiver": "5.0.2",
"bunyan": "1.8.14",
"chalk": "4.1.0",
"dist-exiftool": "10.53.0",
"execa": "4.1.0",
"figlet": "1.5.0",
"fs-extra": "9.0.1",
"make-dir": "3.1.0",
"meow": "8.0.0",
"move-file": "2.0.0",
"node-exiftool": "2.3.0",
"pretty-bytes": "5.4.1",
"qm-walk": "2.2.7",
"ramda": "0.27.1",
"signale": "1.4.0",
"throat": "5.0.0"
}
}