postcss-sharec-config
Version:
Best parctices and configs from PostCSS plugin
32 lines (31 loc) • 623 B
JSON
{
"name": "postcss-sharec-config",
"version": "0.5.2",
"description": "Best parctices and configs from PostCSS plugin",
"keywords": [
"postcss",
"sharec",
"sharec-config"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/postcss-sharec-config",
"engines": {
"node": ">=10.0.0"
},
"files": [
"configs/*",
"!configs/node_modules",
"!configs/yarn.lock",
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"dependencies": {
"sharec": "^2.10.7"
},
"scripts": {
"postinstall": "sharec install"
}
}