{
    "name": "@theorchard/eslint-config-ts-prettier",
    "version": "2.3.0",
    "description": "Linting rules for typescript projects using prettier",
    "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"
    },
    "prettier": "@theorchard/prettier-config",
    "scripts": {
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "dependencies": {
        "@theorchard/eslint-config-ts": "workspace:^",
        "eslint-config-prettier": "^8.6.0",
        "prettier": ">=2.8.2"
    }
}
