{
    "name": "@bootcamp-project/eslint-config",
    "version": "1.1.2",
    "license": "MIT",
    "private": false,
    "description": "Ready-to-use ESLint Configuration with best practice settings by default",
    "keywords": [
        "ESlint",
        "ECMAScript",
        "JavaScript",
        "Node Security",
        "No-Secrets",
        "No-Unsanitized",
        "XSS",
        "PII",
        "Ready-to-use",
        "Configuration",
        "TBCP"
    ],
    "homepage": "https://configurations.bootcamp-project.com/#/code_analysis/eslint",
    "repository": "https://gitlab.com/the-bootcamp-project/configurations/eslint.git",
    "bugs": {
        "url": "https://gitlab.com/the-bootcamp-project/configurations/eslint/-/issues",
        "email": "contributors@bootcamp-project.com"
    },
    "author": "Bootcamp contributors <contributors@bootcamp-project.com>",
    "maintainers": [
        "Bootcamp contributors <contributors@bootcamp-project.com>",
        "John Ollhorn <john@ollhorn.de> (https://ollhorn.de)"
    ],
    "contributors": [
        "John Ollhorn <john@ollhorn.de> (https://ollhorn.de)"
    ],
    "files": [
        "dist"
    ],
    "main": "./dist/index.js",
    "types": "./dist/@types/index.d.ts",
    "scripts": {
        "cleaning": "********************************************************************************************************",
        "clean:cache": "yarn cache clean",
        "clean": "rm -rf node_modules yarn.lock yarn-error.log",
        "linting": "*********************************************************************************************************",
        "prelint": "yarn run lint:format",
        "lint:format": "prettier --write ./src/**/*.{js,ts}",
        "lint:fix": "yarn run build && eslint --fix './src/**/*.{js,ts}'",
        "lint": "eslint './src/**/*.{js,ts}'",
        "building": "********************************************************************************************************",
        "prebuild": "tsc --noEmit",
        "build:types": "tsc --emitDeclarationOnly",
        "build": "tsc"
    },
    "dependencies": {
        "@bootcamp-project/prettier-config": "latest",
        "@types/eslint": "latest",
        "eslint": "latest",
        "eslint-config-prettier": "latest",
        "eslint-plugin-no-secrets": "latest",
        "eslint-plugin-no-unsanitized": "latest",
        "eslint-plugin-pii": "latest",
        "eslint-plugin-prettier": "latest",
        "eslint-plugin-security": "latest",
        "eslint-plugin-xss": "latest",
        "@types/lodash": "latest",
        "lodash": "latest"
    },
    "devDependencies": {
        "@bootcamp-project/eslint-config": "latest",
        "@bootcamp-project/typescript-config": "latest"
    },
    "resolutions": {
        "eslint": "8.3.0",
        "prettier": "2.5.0"
    }
}
