{
    "name": "@theorchard/stylelint-config-prettier",
    "version": "1.1.3",
    "description": "Linting rules for css and scss files with prettier rules",
    "main": "index.js",
    "types": "index.d.ts",
    "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": {
        "@theorchard/stylelint-config": "workspace:*",
        "stylelint-config-prettier": "^9.0.5"
    },
    "files": [
        "dist"
    ]
}
