wb-private-api
Version:
Wildberries Private API
36 lines (35 loc) • 808 B
JSON
{
"name": "wb-private-api",
"version": "0.6.7",
"description": "Wildberries Private API",
"main": "index.js",
"scripts": {
"test": "jest --verbose --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glmn/wb-private-api.git"
},
"keywords": [
"wildberries",
"marketplace",
"api",
"nodejs"
],
"author": "Stanislav @glmn Gelman",
"license": "ISC",
"bugs": {
"url": "https://github.com/glmn/wb-private-api/issues"
},
"homepage": "https://github.com/glmn/wb-private-api#readme",
"dependencies": {
"axios": "^1.2.2",
"axios-retry": "^3.5.0",
"moment": "^2.30.1",
"qs": "^6.11.0",
"string-format": "^2.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}