forked from glmn/wb-private-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) 路 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) 路 1.05 KB
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
{
"name": "@rrrublev/wb-private-api",
"version": "0.8.8",
"description": "Node.js wrapper for Wildberries private API",
"main": "index.js",
"files": [
"index.js",
"src/"
],
"scripts": {
"test": "jest --selectProjects unit --verbose --detectOpenHandles",
"test:integration": "jest --selectProjects integration --verbose --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrrublev/wb-private-api.git"
},
"keywords": [
"wildberries",
"marketplace",
"api",
"nodejs"
],
"author": "rublev (https://github.com/rrrublev)",
"contributors": [
"Stanislav Gelman (https://github.com/glmn) (original author)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/rrrublev/wb-private-api/issues"
},
"homepage": "https://github.com/rrrublev/wb-private-api#readme",
"dependencies": {
"qs": "^6.15.1",
"string-format": "^2.0.0",
"undici": "^8.2.0"
},
"devDependencies": {
"jest": "^30.3.0",
"jsdom": "^29.1.1",
"patchright": "^1.59.4"
}
}