stylelint-config-twbs-boots.../package.json

61 строка
1.7 KiB
JSON

{
"name": "stylelint-config-twbs-bootstrap",
"version": "14.0.0",
"description": "An opinionated Stylelint config used by Bootstrap across our projects.",
"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",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"files": [
"index.js"
],
"engines": {
"node": ">=18.12.0"
},
"peerDependencies": {
"stylelint": "^16.1.0"
},
"dependencies": {
"@stylistic/stylelint-config": "^1.0.1",
"@stylistic/stylelint-plugin": "^2.0.0",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.1.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"stylelint": "^16.2.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"clone-repo": "git clone https://github.com/twbs/bootstrap.git --branch main --depth 1 bootstrap",
"test": "npm run lint",
"test-ci": "stylelint \"bootstrap/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --ignore-pattern \"**/tests/\" --formatter verbose"
}
}