-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.3 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
54
55
{
"name": "@del-systems/swatcher",
"version": "2.0.2",
"description": "Screenshot Watcher",
"keywords": [
"screenshots",
"ios",
"ui",
"tests"
],
"homepage": "https://github.com/del-systems/swatcher#readme",
"bugs": {
"url": "https://github.com/del-systems/swatcher/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/del-systems/swatcher.git"
},
"license": "MIT",
"author": "Shakhzod Ikromov <[email protected]>",
"main": "src/index.js",
"bin": {
"swatcher": "dist/index.mjs"
},
"directories": {
"man": "man/"
},
"scripts": {
"test": "npx jest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.223.0",
"commander": "^10.0.1",
"image-size": "^1.0.0",
"looks-same": "^9.0.1",
"node-downloader-helper": "^2.1.1",
"node-fetch": "^3.3.1",
"rfc4648": "^1.4.0",
"secure-json-parse": "^2.1.0",
"tmp-promise": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-jest": "^29.3.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jest": "^29.3.1",
"rollup": "^3.4.0"
}
}