{
    "name": "stylelint-find-new-rules",
    "version": "6.1.0",
    "description": "Find stylelint rules that you don't have in your config",
    "homepage": "https://github.com/Donov4n/stylelint-find-new-rules",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Donov4n/stylelint-find-new-rules.git"
    },
    "author": "Donovan Lambert <donovan@pulsanova.com>",
    "contributors": [
        "Alex Ilyaev"
    ],
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "default": "./lib/index.js"
        }
    },
    "types": "./index.d.ts",
    "type": "module",
    "bin": {
        "stylelint-find-new-rules": "bin/stylelint-find-new-rules.js"
    },
    "scripts": {
        "lint": "eslint --ext .js lib",
        "test": "node --test test/*.test.js"
    },
    "dependencies": {
        "columnify": "~1.6.0",
        "picocolors": "^1.1.1",
        "read-pkg": "^10.1.0",
        "yargs": "~18.0.0"
    },
    "devDependencies": {
        "@pulsanova/eslint-config-node": "~3.3.3",
        "eslint": "~10.6.0",
        "stylelint": "^17"
    },
    "peerDependencies": {
        "stylelint": "^17"
    },
    "engines": {
        "node": ">=20.19.0"
    }
}
