{
    "name": "@theorchard/eslint-config-ts",
    "version": "3.1.0",
    "description": "Linting rules for typescript projects",
    "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": {
        "@typescript-eslint/eslint-plugin": "^8.13.0",
        "@typescript-eslint/parser": "^8.13.0",
        "eslint": "^9.14.0",
        "eslint-plugin-import": "^2.31.0",
        "eslint-plugin-jest": "^28.9.0",
        "eslint-plugin-n": "^17.13.1",
        "eslint-plugin-promise": "^7.1.0"
    }
}
