{ "name": "stylelint-config-twbs-bootstrap", "version": "7.0.0", "description": "Default stylelint config used by Bootstrap.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/twbs/stylelint-config-twbs-bootstrap.git" }, "keywords": [ "bootstrap", "stylelint", "stylelint-config", "config", "lint" ], "author": "The Bootstrap Authors (https://github.com/twbs/stylelint-config-twbs-bootstrap/graphs/contributors)", "license": "MIT", "bugs": { "url": "https://github.com/twbs/stylelint-config-twbs-bootstrap/issues" }, "homepage": "https://github.com/twbs/stylelint-config-twbs-bootstrap#readme", "files": [ "index.js" ], "engines": { "node": ">=12" }, "peerDependencies": { "stylelint": "^14.14.0" }, "dependencies": { "stylelint-config-recess-order": "^3.0.0", "stylelint-config-standard": "^29.0.0", "stylelint-config-standard-scss": "^6.1.0", "stylelint-scss": "^4.3.0" }, "devDependencies": { "eslint": "^8.27.0", "stylelint": "^14.14.1" }, "scripts": { "lint": "eslint --ignore-path .gitignore .", "clone-repo": "git clone https://github.com/twbs/bootstrap.git --branch main --depth 1 bootstrap && git clone https://github.com/twbs/bootstrap.git --branch v4-dev --depth 1 bootstrap-4", "test": "npm run lint", "test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --formatter verbose" } }