@logux/sharec-config
Version:
Best parctices and configs from Logux projects
32 lines (31 loc) • 610 B
JSON
{
"name": "@logux/sharec-config",
"version": "0.13.1",
"description": "Best parctices and configs from Logux projects",
"keywords": [
"logux",
"sharec",
"sharec-config"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "logux/sharec-config",
"engines": {
"node": ">=8.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"
}
}