1
Fork 0
shareable-configs/packages/stylelint/package.json

21 lines
514 B
JSON

{
"name": "@bauke/stylelint-config",
"description": "Shareable Stylelint configuration.",
"version": "0.1.5",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
"main": "stylelint.json",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"stylelint": "^16.1.0",
"stylelint-config-standard-scss": "^13.0.0"
},
"peerDependencies": {
"stylelint": "^16.1.0",
"stylelint-config-standard-scss": "^13.0.0"
}
}