{
  "name": "ozon-seller-api-extended",
  "version": "1.1.6",
  "description": "API клиент для работы с API продавца Ozon / API client for working with Ozon Seller API",
  "main": "src/index.js",
  "type": "commonjs",
  "files": [
    "src",
    "test",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "mocha test/ozon-seller-api.test.js",
    "test:api": "node test/test-api-calls.js",
    "test:deep": "node test/test-deepEqual.js",
    "test:all": "npm run test && npm run test:api && npm run test:deep",
    "test:monitor": "node test/server/server.js",
    "monitor:dev": "nodemon test/server/server.js"
  },
  "keywords": [
    "ozon",
    "api",
    "seller",
    "marketplace",
    "fbo",
    "timeslots"
  ],
  "author": "largus",
  "license": "MIT",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "node-fetch": "^2.6.7",
    "socket.io": "^4.8.1"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "nodemon": "^3.0.2",
    "sinon": "^12.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergeantnahryuk/ozon-seller-api.git"
  },
  "bugs": {
    "url": "https://github.com/sergeantnahryuk/ozon-seller-api/issues"
  },
  "homepage": "https://github.com/sergeantnahryuk/ozon-seller-api#readme"
}
