Files
2019-09-12 20:11:48 -04:00

13 lines
507 B
JSON

{
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^v2.2.0"
},
"scripts": {
"setup:copy": "npm run setup:copy:web",
"setup:copy:web": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/web/\" --file \"**/*\" --run \"shenanigans-manager mustache --input {{src-file}} --output {{file}}\" --dest \".\" --only-files",
"src": "npm run src:stylelint",
"src:stylelint": "stylelint src/**/*.css"
}
}