{
    "name": "eslint-plugin-core",
    "description": "JS SA",
    "version": "0.0.11",
    "author": "BraisedCakes",
    "license": "MIT",
    "main": "src/stylelint/index.js",
    "scripts": {
        "jest": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
        "test": "npm run jest -- --coverage",
        "watch": "npm run jest -- --watch",
        "testcss": "npm run jest",
        "testjs": "mocha \"lib/eslint/rules/**/*.test.js\" --reporter dot",
        "eslint": "node test.js",
        "stylelint": "npx stylelint \"project/*.{css,vue}\""
    },
    "engines": {
        "node": ">=18.12.0"
    },
    "peerDependencies": {
        "stylelint": "^16.0.2"
    },
    "devDependencies": {
        "@babel/eslint-parser": "^7.26.10",
        "@babel/preset-react": "^7.26.3",
        "@eslint/js": "^9.22.0",
        "@html-eslint/parser": "^0.36.0",
        "@typescript-eslint/eslint-plugin": "^8.26.1",
        "@typescript-eslint/parser": "^8.26.1",
        "cheerio": "^1.0.0",
        "cross-env": "^7.0.3",
        "eslint": "^9.22.0",
        "eslint-plugin-html": "^8.1.2",
        "husky": "^9.1.7",
        "jest": "^29.7.0",
        "jest-preset-stylelint": "^7.2.0",
        "lodash": "^4.17.21",
        "postcss": "^8.5.3",
        "postcss-html": "^1.8.0",
        "postcss-less": "^6.0.0",
        "postcss-scss": "^4.0.9",
        "prettier": "^3.5.1",
        "stylelint": "^16.14.1",
        "vue-eslint-parser": "^10.1.1"
    },
    "keywords": [
        "css",
        "csslint",
        "lint",
        "linter",
        "scss",
        "stylelint",
        "stylelint-plugin"
    ],
    "dependencies": {
        "chalk": "^5.4.1",
        "eslint-formatter-pretty": "^6.0.1",
        "eslint-plugin-i18n": "^2.4.0",
        "eslint-plugin-react": "^7.37.4",
        "eslint-plugin-vue": "9",
        "htmlparser2": "^10.0.0",
        "kleur": "^4.1.5",
        "parse5": "^7.2.1",
        "typescript": "^5.8.3"
    }
}
