{
    "name": "@sector-labs/seo-slip",
    "version": "1.0.9",
    "description": "Catches SEO regressions by sampling and checking a website against a set of rules",
    "main": "index.js",
    "scripts": {
        "test": "mocha \"./test/**/*.test.js\"",
        "test:format": "prettier --check '**/*.{js,css,json,md}'",
        "format": "prettier --write '**/*.{js,css,json,md}'"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/SectorLabs/seo-slip.git"
    },
    "keywords": [
        "seo",
        "slip",
        "regression",
        "rules"
    ],
    "author": "Cristi Ingineru <ingineru@sectorlabs.ro>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/SectorLabs/seo-slip/issues"
    },
    "homepage": "https://github.com/SectorLabs/seo-slip#readme",
    "files": [
        "src",
        "index.js",
        "package.json",
        "LICENSE",
        "*.md",
        "!node_modules",
        "!.gitignore",
        "!.npmrc",
        "!.prettierrc.json",
        "!.prettierignore"
    ],
    "dependencies": {
        "csv-parse": "^4.15.3",
        "node-fetch": "^2.6.7",
        "robots-parser": "^2.3.0",
        "simplecrawler": "^1.1.9",
        "xpath-html": "^1.0.2"
    },
    "devDependencies": {
        "mocha": "^9.2.0",
        "mock-require": "^3.0.3",
        "prettier": "2.2.1",
        "sinon": "^13.0.1"
    }
}
