{
    "name": "more4less",
    "version": "1.6.9",
    "description": "A price search engine for various german online shops",
    "main": "dist/index.js",
    "scripts": {
        "start": "node dist/index.js",
        "build:lib": "npx tsup",
        "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
        "test": "mocha -r ts-node/register Tests/*.test.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/naseif/more4less.git"
    },
    "author": "naseif",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/naseif/more4less/issues"
    },
    "keywords": [
        "amazon-price-scraper",
        "ebay-price-scraper",
        "price-search-engine",
        "price-scraper",
        "ebay-price",
        "amazon-price",
        "search-price"
    ],
    "homepage": "https://github.com/naseif/more4less#readme",
    "devDependencies": {
        "@types/mocha": "^9.1.0",
        "@types/node": "^17.0.8",
        "mocha": "^9.2.0",
        "prettier": "^2.5.1",
        "ts-node": "^10.4.0",
        "tslint": "^6.1.3",
        "tsup": "^5.12.6",
        "typedoc": "^0.22.11",
        "typescript": "^4.5.4"
    },
    "dependencies": {
        "cheerio": "^1.0.0-rc.10",
        "csv-writer": "^1.6.0",
        "node-fetch": "^2.6.6"
    }
}