{
    "name": "walmart_marketplace",
    "version": "1.0.11",
    "description": "Walmart Marketplace CA\r Generated Connector",
    "main": "build/walmart_connector.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "download_schema": "node -e \"console.log('see @whitebox-co/walmart-marketplace-api')\"",
        "generate_connector": "nodemon --exec \"node -r sucrase/register -e \\\"require('./src/generate_walmart_connector.ts').generate_walmart_connector()\\\"\" --ext ts --ignore walmart_connector.ts",
        "build": "tsc",
        "deploy": "node -e \"require('./.github/deploy.js').deploy()\"",
        "prepare": "husky install",
        "bump": "tsc && npm version patch --no-git-tag-version && git add package*.json && npm publish"
    },
    "files": [
        "build/**/*"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mendeljacks/walmart_marketplace.git"
    },
    "keywords": [
        "Walmart",
        "Marketplace",
        "CA"
    ],
    "author": "Mendel Jacks",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/mendeljacks/walmart_marketplace/issues"
    },
    "homepage": "https://github.com/mendeljacks/walmart_marketplace#readme",
    "nodemonConfig": {
        "ignore": [
            "node_modules",
            "walmart_connector.ts",
            "build"
        ],
        "watch": [
            "./"
        ],
        "ext": "ts, js, json"
    },
    "devDependencies": {
        "@jsdevtools/npm-publish": "^1.4.3",
        "husky": "^7.0.4",
        "sucrase": "^3.20.3",
        "typescript": "^4.5.4"
    },
    "dependencies": {
        "crypto-browserify": "^3.12.0"
    }
}
