UNPKG

stylelint-config-takiyon

Version:
40 lines (39 loc) 945 B
{ "name": "stylelint-config-takiyon", "engines": { "node": ">18.12.0" }, "version": "4.0.0", "description": "Shareable stylelint config for Takiyon", "main": "index.js", "scripts": { "test": "stylelint --config index.js test/**/*.scss" }, "repository": { "type": "git", "url": "git+https://github.com/takiyon-org/stylelint-config-takiyon.git" }, "keywords": [ "stylelint", "stylelint-config", "takiyon" ], "author": "Takiyon", "license": "MIT", "bugs": { "url": "https://github.com/takiyon-org/stylelint-config-takiyon/issues" }, "homepage": "https://github.com/takiyon-org/stylelint-config-takiyon#readme", "peerDependencies": { "stylelint": "^16.0.2" }, "devDependencies": { "stylelint": "^16.0.2" }, "dependencies": { "postcss": "^8.4.16", "postcss-scss": "^4.0.5", "stylelint-config-recess-order": "^4.0.0", "stylelint-scss": "^6.0.0" } }