-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1005 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1005 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
34
35
36
37
38
39
{
"name": "wbtracker",
"type": "module",
"version": "0.0.9",
"description": "Wildberries search positions tracker",
"main": "index.js",
"scripts": {
"postinstall": "node ./src/install.js",
"scan": "node --no-deprecation ./src/fetcher.js",
"watch": "node --no-deprecation ./src/viewer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glmn/WBTracker.git"
},
"keywords": [
"wildberries"
],
"author": "Stanislav Gelman",
"license": "ISC",
"bugs": {
"url": "https://github.com/glmn/WBTracker/issues"
},
"homepage": "https://github.com/glmn/WBTracker#readme",
"dependencies": {
"aa-sqlite": "^1.0.29",
"connect": "^3.7.0",
"https-proxy-agent": "^5.0.1",
"loader-in-console": "^1.2.1",
"log-beautify": "^1.2.0",
"moment": "^2.29.3",
"node-fetch": "^3.2.3",
"serve-static": "^1.15.0",
"socks-proxy-agent": "^7.0.0",
"sqlite3": "^5.0.3",
"wb-keywords": "^1.0.0",
"ws": "^8.5.0"
}
}