{
    "name": "@theorchard/stylelint-config",
    "version": "1.1.2",
    "description": "Linting rules for css and scss files",
    "main": "index.js",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "test": "pnpm format:check"
    },
    "prettier": "@theorchard/prettier-config",
    "dependencies": {
        "stylelint-config-standard-scss": "^3.0.0",
        "postcss": "^8.5.10"
    },
    "peerDependencies": {
        "stylelint": "^14.3.0"
    }
}
