{
  "name": "@hendt/ebay-api",
  "author": "Daniil Tomilow",
  "version": "6.0.1",
  "description": "eBay TypeScript/JavaScript API for Node and Browser",
  "browser": "./lib/ebay-api.min.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.js",
  "scripts": {
    "build": "rimraf lib && tsc && rollup -c",
    "prepare": "npm run build",
    "coverage": "codecov",
    "tslint": "tslint -c tslint.json '{src,test,examples}/**/*.ts'",
    "test": "mocha -r ts-node/register 'test/**/*.spec.ts' --reporter=dot",
    "report": "nyc npm run test",
    "report:summary": "nyc --reporter=lcov --reporter=text-summary npm run test",
    "prerelease": "npm run tslint && npm run test && npm run build",
    "release": "standard-version",
    "rc": "npm run release -- --prerelease RC && git push --follow-tags origin next"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "debug": "^2.1.1",
    "fast-xml-parser": "^3.19.0",
    "nanoevents": "^2.0.0",
    "qs": "^6.8.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-strip": "^2.0.0",
    "@types/chai": "^4.2.3",
    "@types/debug": "^4.1.5",
    "@types/mocha": "^5.2.7",
    "@types/nanoevents": "^1.0.0",
    "@types/node": "^12.7.4",
    "@types/qs": "^6.5.3",
    "@types/sinon": "^7.0.13",
    "chai": "^3.5.0",
    "form-data": "^4.0.0",
    "mocha": "^9.1.2",
    "nyc": "^15.1.0",
    "readline": "^1.3.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.28.2",
    "rollup-plugin-terser": "^7.0.2",
    "sinon": "^7.4.2",
    "standard-version": "^9.0.0",
    "ts-node": "^8.4.1",
    "tslint": "^6.1.0",
    "typescript": "^4.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hendt/ebay-api.git"
  },
  "keywords": [
    "api",
    "eBay",
    "Shopping",
    "Searching",
    "products",
    "Browse",
    "Category",
    "FindingApi",
    "node-api",
    "eBay Traditional API",
    "eBay Full API",
    "eBay Account API",
    "eBay Inventory API",
    "eBay Compliance API",
    "eBay Marketing API",
    "eBay Fulfillment API",
    "eBay Marketing API",
    "eBay Analytics API",
    "eBay Metadata API",
    "eBay Browse API",
    "eBay Feed API",
    "eBay Order API",
    "eBay Marketplace Insights API",
    "eBay Taxonomy API",
    "eBay Catalog API",
    "eBay Translation API",
    "eBay Analytics API",
    "eBay Finding API",
    "eBay Shopping API",
    "eBay Merchandising API",
    "eBay Trading API",
    "eBay Product Services",
    "eBay Client Alerts API",
    "ebay-node",
    "eBay-node-api",
    "eBay-node-client",
    "eBay-typescript",
    "eBay-await",
    "eBay-async",
    "eBay-promises",
    "eBay-products",
    "eBay-sellers",
    "eBay-orders",
    "eBay-finances",
    "eBay-inventory",
    "eBay-shipment",
    "eBay-api",
    "eBay-sdk",
    "eBay-client",
    "eBay-node-api",
    "eBay-node"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hendt/ebay-api/issues"
  },
  "homepage": "https://github.com/hendt/ebay-api#readme",
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">= 14.0.0"
  },
  "files": [
    "lib"
  ]
}
