UNPKG

@whitebox-co/walmart-marketplace-api

Version:

A fully typed TypeScript, Javascript, and Node.js API library for the Walmart Marketplace API

124 lines (123 loc) 4.07 kB
{ "name": "@whitebox-co/walmart-marketplace-api", "version": "3.0.1", "description": "A fully typed TypeScript, Javascript, and Node.js API library for the Walmart Marketplace API", "license": "MIT", "author": { "name": "Whitebox", "email": "whitebox@whitebox.com", "url": "https://www.whitebox.com/" }, "contributors": [ { "name": "Josh Fisher", "email": "jfisher@whitebox.com" } ], "homepage": "https://github.com/whitebox-co/walmart-marketplace-api", "repository": { "type": "git", "url": "https://github.com/whitebox-co/walmart-marketplace-api.git" }, "bugs": { "url": "https://github.com/whitebox-co/walmart-marketplace-api/issues" }, "main": "lib/src/index.js", "files": [ "/lib" ], "scripts": { "build": "npm run clean && tsc --build tsconfig.json", "check-for-changes": "cross-env RUN_CHECK_FOR_CHANGES=true ts-node utils/check-for-changes | bunyan -o short", "clean": "rm -rf lib", "dev": "ts-node-dev --respawn --transpile-only src", "docs": "typedoc && http-server ./docs/typedoc/ -o /index.html", "docs:redoc": "http-server ./docs/ -o /redoc.html", "docs:swagger": "http-server ./docs/ -o /swagger.html", "docs:typedoc": "npm run docs", "download-schemas": "cross-env RUN_SCHEMA_DOWNLOADER=true ts-node utils/schema-downloader | bunyan -o short", "generate-apis": "cross-env RUN_API_GENERATOR=true ts-node utils/api-generator | bunyan -o short", "lint": "npm -s run lint:ts", "lint-fix:ts": "eslint . --ext ts --fix", "lint:ts": "eslint . --ext ts", "prepare": "husky install", "semantic-release": "semantic-release", "start": "ts-node --transpile-only --pretty src", "test:integration": "jest tests/integration --setupFiles dotenv/config", "test:integration:watch": "jest tests/integration --setupFiles dotenv/config --watchAll", "test:unit": "jest tests/unit", "test:unit:watch": "jest tests/unit --watchAll", "test:watch": "jest tests --watchAll", "postversion": "ts-node --transpile-only --pretty utils/bump-version.ts" }, "types": "lib/src/index.d.ts", "dependencies": { "axios": "^1.2.1", "buffer": "^6.0.3", "bunyan": "^1.8.15", "form-data": "^4.0.0", "lodash": "^4.17.21", "uuid": "^9.0.0" }, "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@openapitools/openapi-generator-cli": "^2.4.18", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/bunyan": "^1.8.7", "@types/jest": "^27.0.1", "@types/lodash": "^4.14.172", "@types/node": "^16.6.1", "@types/uuid": "9.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "cross-env": "^7.0.3", "dotenv": "16.0.0", "env-var": "7.1.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-ember": "^10.0.2", "eslint-plugin-jest": "^26.1.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-sonarjs": "^0.11.0", "http-server": "^14.0.0", "husky": "^7.0.2", "install": "0.13.0", "jest": "^27.0.6", "lint-staged": "^13.1.0", "markdownlint": "^0.25.0", "markdownlint-cli": "^0.32.2", "npm": "^8.5.0", "openapi-types": "^10.0.0", "prettier": "^2.4.0", "prettier-cli": "^0.1.0", "prettier-package-json": "^2.6.0", "quicktype": "^15.1.0", "semantic-release": "^19.0.2", "ts-jest": "^27.0.4", "ts-morph": "^13.0.2", "ts-node": "^10.2.0", "ts-node-dev": "^1.1.8", "typedoc": "^0.23.22", "typescript": "^4.3.5" }, "keywords": [ "javascript walmart api", "node walmart api", "typescript walmart api", "walmart", "walmart api", "walmart marketplace", "walmart marketplace api" ], "engines": { "node": ">=16.19.0 <18", "npm": ">=8.19.3 <9" }, "publishConfig": { "access": "public" } }